initial production commit
This commit is contained in:
parent
6f43d17ddd
commit
773b4773eb
9 changed files with 116 additions and 93 deletions
|
@ -4,7 +4,8 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "node backendServer.js"
|
||||
"dev": "node backendServer.js",
|
||||
"production": "node backendServer.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue