npm run start and npm run dev scripts update

This commit is contained in:
Moon Patel
2024-05-13 22:09:57 +05:30
parent 75e4aa3e08
commit ee77788fb8
+2 -2
View File
@@ -4,8 +4,8 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node app.js", "start": "export MODE=PROD && node app.js",
"dev": "nodemon app.js" "dev": "export MODE=DEV && app.js"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",