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.
scripts/writeGitVersion.mjs
1 parent 5fab23c commit 3990798Copy full SHA for 3990798
scripts/writeGitVersion.mjs
@@ -1,5 +1,5 @@
1
-import fs from 'node:fs'
2
-import path from 'node:path'
+import * as fs from 'node:fs'
+import * as path from 'node:path'
3
4
const gitRev = process.argv[2]
5
0 commit comments