There was an error while loading. Please reload this page.
1 parent 471cece commit a223d5fCopy full SHA for a223d5f
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