fix(packages): ship web and theme assets

This commit is contained in:
imccyu
2026-08-04 23:37:57 +08:00
parent 958e1bd157
commit 7557de1131
5 changed files with 41 additions and 6 deletions

View File

@@ -8,6 +8,9 @@
"./dist/*": "./dist/*",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"dev": "vite",