Skip to content

Commit

Permalink
Switching from nodemon to ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
sikehish committed Jun 10, 2024
1 parent 2939cb5 commit 1337e43
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": "nodemon index.ts",
"start": "ts-node index.ts",
"dev": "nodemon index.ts"
},
"author": "",
Expand Down

0 comments on commit 1337e43

Please sign in to comment.