fix: tsdown watch (#8813)

closes #8791
This commit is contained in:
Aaron 2026-03-27 17:29:55 +07:00 committed by GitHub
parent 130ba5ee6c
commit 97b4abd693
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 351 additions and 398 deletions

View file

@ -12,9 +12,11 @@
"./index.css": "./index.css",
"./postcss.config.js": "./postcss.config.js"
},
"devDependencies": {
"dependencies": {
"@tailwindcss/postcss": "4.1.17",
"postcss": "8.5.6",
"postcss": "8.5.6"
},
"devDependencies": {
"tailwindcss": "4.1.17"
}
}