We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b29f22 commit 3a428acCopy full SHA for 3a428ac
scripts/search/scrape-and-compare-algolia-index.mjs
@@ -23,7 +23,7 @@ import util from 'util'
23
import { exec as execOriginal } from 'child_process'
24
const exec = util.promisify(execOriginal)
25
import { AlgoliaClient } from './algolia-client.mjs'
26
-import config from './config.json' assert { type: 'json' }
+import config from './config.json' with { type: 'json' }
27
28
// Required environment variables
29
const API_KEY = process.env.ALGOLIA_API_KEY
0 commit comments