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.
2 parents dfdd5ea + b234ce4 commit 907d423Copy full SHA for 907d423
web/scripts/gitInfo.js
@@ -3,7 +3,7 @@ import { execSync } from "child_process";
3
import fs from "fs";
4
import path from "path";
5
6
-import packageJson from "../package.json" with { type: "json" };
+import packageJson from "../package.json" assert { type: "json" };
7
8
const execSyncWrapper = (command) => {
9
let stdout = null;
0 commit comments