Skip to content
Snippets Groups Projects
Commit 673451af authored by Alexander Rudolph's avatar Alexander Rudolph
Browse files

change npm start path to the right file

parent b215d742
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
"dev": "nodemon",
"build": "tsc",
"server": "nodemon server --ignore client",
"start": "node ./dist/server.js",
"start": "node ./dist/src/server.js",
"test": "jest"
},
"author": "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment