build: edit package.json to reference location of server.js to start the app
This commit is contained in:
parent
42cbb15463
commit
bafb997fa6
|
@ -6,7 +6,7 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "node server.js"
|
"start": "node src/server.js"
|
||||||
},
|
},
|
||||||
"author": "ryan",
|
"author": "ryan",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
Loading…
Reference in New Issue