Skip to content

Commit 04e6759

Browse files
authored
Merge pull request #33 from ember-cli/nvp/fix-test-node-env
Fix NODE_ENV for tests
2 parents 151da76 + 8459710 commit 04e6759

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

files/.env.test

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file is committed to git and should not contain any secrets.
2+
#
3+
# Vite recommends using .env.local or .env.[mode].local if you need to manage secrets
4+
# SEE: https://vite.dev/guide/env-and-mode.html#env-files for more information.
5+
6+
7+
# Default NODE_ENV with vite build --mode=test is production
8+
NODE_ENV=development

0 commit comments

Comments
 (0)