Skip to content

Commit 58778f1

Browse files
committed
Fix dev script: use tsx instead of ts-node for nodemon
1 parent 8236008 commit 58778f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:unit": "vitest --run unit",
2525
"test:integration": "vitest --run integration",
2626
"ci:unit": "vitest --watch unit",
27-
"dev": "nodemon --inspect examples/index.ts",
27+
"dev": "nodemon --exec tsx examples/index.ts",
2828
"prepack": "npm run build"
2929
},
3030
"keywords": [

0 commit comments

Comments
 (0)