Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
fixed dev script in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafdin committed Feb 23, 2024
1 parent 1ea2cb9 commit 740de73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./src/app.ts",
"scripts": {
"start": "tsx src/app.ts",
"dev": "nodemon",
"dev": "nodemon -x tsx src/app.ts",
"build": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit 740de73

Please sign in to comment.