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 edb298b commit ced904aCopy full SHA for ced904a
1 file changed
next_app/next.config.mjs
@@ -1,5 +1,5 @@
1
import { execSync } from "child_process";
2
-import packageJson from "./package.json" assert { type: "json" };
+import packageJson from "./package.json" with { type: "json" };
3
import NodePolyfillPlugin from "node-polyfill-webpack-plugin"
4
5
// fetch local gitHash
0 commit comments