There was an error while loading. Please reload this page.
1 parent 489ffe7 commit 8cd62a0Copy full SHA for 8cd62a0
1 file changed
scripts/env-to-yaml.ts
@@ -28,6 +28,7 @@ if (!existsSync(envFullPath)) {
28
}
29
30
try {
31
+ // eslint-disable-next-line @typescript-eslint/no-require-imports
32
const env = require(envFullPath).environment;
33
34
const config = dump(env);
0 commit comments