Use node instead of nodemon for production

This commit is contained in:
Roozbeh Karimi 2025-10-01 20:17:45 -04:00
parent 85fdbe085a
commit 1f3404da9a

View File

@ -5,7 +5,7 @@
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js", "start": "node server.js",
"dev": "nodemon server.js" "dev": "nodemon server.js"
}, },
"keywords": [], "keywords": [],