Skip to content

Commit a8e5065

Browse files
committed
make NODE_ENV available to the server process
1 parent 1dabdb8 commit a8e5065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ cd "$(dirname "$0")/.."
99
script/update
1010

1111
test -z "$NODE_ENV" &&
12-
NODE_ENV='development'
12+
export NODE_ENV='development'
1313

1414
node bin/www

0 commit comments

Comments
 (0)