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 80bd68b commit d49674eCopy full SHA for d49674e
.env-cmdrc.js
@@ -1,3 +1,5 @@
1
+"use strict"
2
+
3
module.exports = {
4
version: {
5
IN_VERSION_SCRIPT: "true",
@@ -10,6 +12,7 @@ module.exports = {
10
12
},
11
13
sveltekit: {
14
NODE_OPTIONS: `--experimental-loader ./svelte-kit-import-hook.mjs ${
15
+ // eslint-disable-next-line no-process-env -- ignore
16
process.env.NODE_OPTIONS || ""
17
}`,
18
0 commit comments