We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8236008 commit 58778f1Copy full SHA for 58778f1
1 file changed
package.json
@@ -24,7 +24,7 @@
24
"test:unit": "vitest --run unit",
25
"test:integration": "vitest --run integration",
26
"ci:unit": "vitest --watch unit",
27
- "dev": "nodemon --inspect examples/index.ts",
+ "dev": "nodemon --exec tsx examples/index.ts",
28
"prepack": "npm run build"
29
},
30
"keywords": [
0 commit comments