aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index e428342..2c54a91 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"scripts": {
"postinstall": "cd application && npm install",
"start": "node index.js",
- "dev": "ENABLE_DEV_SERVER=true node index.js",
+ "dev": "cross-env ENABLE_DEV_SERVER=true node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
@@ -16,6 +16,7 @@
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
+ "cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-ws": "^4.0.0",