Skip to content
Permalink
Browse files
no nodemon start
  • Loading branch information
caracold committed Apr 22, 2020
1 parent 6d0a2b5 commit 0491294398ba92504fef999236ff382c33968a5b
Showing 1 changed file with 2 additions and 1 deletion.
@@ -4,7 +4,8 @@
"description": "NodeJS RESTful API for the 304CEM Resit coursework project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",

0 comments on commit 0491294

Please sign in to comment.