Skip to content

Commit 7b119b5

Browse files
committed
chore: use dev condition in tsx
1 parent a7dd9d1 commit 7b119b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"scripts": {
2929
"build": "rm -rf build && tsc --project tsconfig.build.json --listEmittedFiles",
30-
"dev": "tsx --watch src/main.ts",
30+
"dev": "tsx -C dev --watch src/main.ts",
3131
"start": "node build/main.js",
3232
"test": "vitest",
3333
"biome-check": "biome check --diagnostic-level=warn --no-errors-on-unmatched",

0 commit comments

Comments
 (0)