fix(html): remove redundant CDN CSS files and inline background skin styles (#1071)

This commit is contained in:
rahim
2026-03-20 16:50:13 -07:00
committed by GitHub
parent 275aebdc8f
commit 335bda5646
11 changed files with 19 additions and 46 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
},
"scripts": {
"build": "tsdown",
"build:cdn": "tsdown --config tsdown.cdn.config.ts && node scripts/cdn-copy-css.js",
"build:cdn": "tsdown --config tsdown.cdn.config.ts",
"build:watch": "tsdown --watch ./src --no-clean",
"dev": "pnpm run build:watch",
"test": "vitest run",