We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecfef2 commit 4f26e4eCopy full SHA for 4f26e4e
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