mirror of
https://github.com/zoriya/flood.git
synced 2026-06-05 03:39:24 +00:00
Assign development env variable
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"preinstall": "npm prune",
|
||||
"build-assets": "NODE_ENV=production gulp dist",
|
||||
"start:development": "nodemon server/bin/www",
|
||||
"start:development": "NODE_ENV=development nodemon server/bin/www",
|
||||
"start:production": "npm start",
|
||||
"start": "node server/bin/www",
|
||||
"start:watch": "NODE_ENV=development gulp livereload"
|
||||
|
||||
Reference in New Issue
Block a user