Skip to content

Commit

Permalink
Minor mod in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sikehish committed Jun 9, 2024
1 parent 4c43c83 commit fc7e0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.ts",
"start": "nodemon index.ts",
"dev": "nodemon index.ts"
},
"author": "",
Expand Down

0 comments on commit fc7e0ab

Please sign in to comment.