chore(packages): resolve infinite dev rebuild loop in vite

This commit is contained in:
Rahim
2026-02-09 23:06:00 +11:00
parent ac913b9076
commit d3e647c3bb
10 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
],
"scripts": {
"build": "tsdown",
"build:watch": "tsdown --watch --silent",
"build:watch": "tsdown --watch ./src --no-clean",
"dev": "pnpm run build:watch",
"test": "vitest run",
"clean": "rm -rf dist types"