Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit ced904a

Browse files
committed
revert
1 parent edb298b commit ced904a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next_app/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { execSync } from "child_process";
2-
import packageJson from "./package.json" assert { type: "json" };
2+
import packageJson from "./package.json" with { type: "json" };
33
import NodePolyfillPlugin from "node-polyfill-webpack-plugin"
44

55
// fetch local gitHash

0 commit comments

Comments
 (0)