diff --git a/packages/core/src/bootstrappers/load-environment-variables.ts b/packages/core/src/bootstrappers/load-environment-variables.ts index 28da3f5c..f0748b51 100644 --- a/packages/core/src/bootstrappers/load-environment-variables.ts +++ b/packages/core/src/bootstrappers/load-environment-variables.ts @@ -31,8 +31,8 @@ export class LoadEnvironmentVariables implements Bootstrapper { * in case the environment file does not exist, an error will be thrown. */ async loadEnvironment (): Promise { - await this.loadSpecificEnvironmentFile() await this.loadDefaultEnvironmentFile() + await this.loadSpecificEnvironmentFile() } /**