npm command change

This commit is contained in:
root
2024-11-04 14:27:40 +00:00
parent ef0f3d76d2
commit 31987549a3

View File

@@ -4,7 +4,8 @@
"description": "A simple Three.js application", "description": "A simple Three.js application",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"start": "node server.js" "start": "node server.js",
"deploy": "NODE_ENV=production node server.js"
}, },
"dependencies": { "dependencies": {
"body-parser": "^1.20.2", "body-parser": "^1.20.2",