npm command change
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user