Fix node start command

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2023-01-20 13:52:04 -08:00
parent 179d8e98f3
commit 9074526172

View File

@ -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",