add config module
This commit is contained in:
parent
cb15a976f1
commit
92b93e2e89
1586
pnpm-lock.yaml
1586
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,7 @@ export class Env {
|
||||
envs.push(
|
||||
findUpSync([`.env.${EnvironmentType.DEVELOPMENT}`, `.env.${EnvironmentType.DEV}`]),
|
||||
);
|
||||
} else if (this.isProd) {
|
||||
} else if (this.isProd()) {
|
||||
envs.push(
|
||||
findUpSync([`.env.${EnvironmentType.PRODUCTION}`, `.env.${EnvironmentType.PROD}`]),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user