feat: 更加稳定的修复方案

This commit is contained in:
chuan
2025-11-11 23:11:33 +08:00
parent 0a7194daf3
commit 7d198bd77a
14 changed files with 23 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"dev": "tsdown --watch --ignore-watch .turbo --ignore-watch dist --ignore-watch node_modules",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"postcss": "postcss styles/globals.css -o styles/output.css --watch",