Skip to content

Commit cb64ab1

Browse files
fix: environment file not standard (#99)
1 parent cd72e5c commit cb64ab1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/env.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ export const setupEnv = (rootDir = process.cwd()): void => {
4646
} else if (fs.existsSync(path.join(rootDir, '.env'))) {
4747
console.log('No Environment Set/Not Found! Running default .env file');
4848
dotenv.config();
49-
} else {
50-
console.log('No Environment Set/Not Found! Hope you have your environment declared :O');
5149
}
5250
};
5351
/* eslint-enable no-console */

0 commit comments

Comments
 (0)