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",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
"start": "node src/server.js"
|
||||
},
|
||||
"author": "ryan",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Reference in New Issue