Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9815d commit 1d14a33Copy full SHA for 1d14a33
1 file changed
‎package.json‎
@@ -15,7 +15,7 @@
15
},
16
"license": "ISC",
17
"scripts": {
18
- "dev": "npm rebuild better-sqlite3 && tsx --watch src/index.ts",
+ "dev": "tsx --watch src/index.ts",
19
"start": "node --import tsx src/index.ts",
20
"typecheck": "tsc --noEmit",
21
"dev:web": "cd web && npm run dev",
0 commit comments