We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193b129 commit 848216dCopy full SHA for 848216d
package.json
@@ -14,7 +14,7 @@
14
"node": ">=22.12.0"
15
},
16
"scripts": {
17
- "dev": "node --experimental-strip-types src/bin.ts fixtures/db.json",
+ "dev": "node --watch --experimental-strip-types src/bin.ts fixtures/db.json",
18
"build": "rm -rf lib && tsc",
19
"prepublishOnly": "rm -rf lib && tsc",
20
"typecheck": "tsc --noEmit",
0 commit comments