Fix node start command
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
179d8e98f3
commit
9074526172
@ -4,7 +4,7 @@
|
||||
"description": "Self hosting photo",
|
||||
"main": "server/app.js",
|
||||
"scripts": {
|
||||
"start": "node .app.js",
|
||||
"start": "node app.js",
|
||||
"start-devel": "concurrently \"npm:server\" \"npm:dev\"",
|
||||
"server": "node ./app.js",
|
||||
"debug": "node --inspect --debug-brk ./app.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user