This commit is contained in:
Moon Patel
2024-08-22 07:48:17 +05:30
parent eff32a7be3
commit 231e1658de
5 changed files with 276 additions and 191 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "export MODE=PROD && node app.js",
"dev": "export MODE=DEV && app.js"
"dev": "export MODE=DEV && nodemon app.js"
},
"keywords": [],
"author": "",