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 a7dd9d1 commit 7b119b5Copy full SHA for 7b119b5
package.json
@@ -27,7 +27,7 @@
27
},
28
"scripts": {
29
"build": "rm -rf build && tsc --project tsconfig.build.json --listEmittedFiles",
30
- "dev": "tsx --watch src/main.ts",
+ "dev": "tsx -C dev --watch src/main.ts",
31
"start": "node build/main.js",
32
"test": "vitest",
33
"biome-check": "biome check --diagnostic-level=warn --no-errors-on-unmatched",
0 commit comments