npm command change
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"description": "A simple Three.js application",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
"start": "node server.js",
|
||||
"deploy": "NODE_ENV=production node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.20.2",
|
||||
|
||||
Reference in New Issue
Block a user