perf: publish change and panel to App

This commit is contained in:
2024-10-09 18:11:08 +08:00
parent 7747dcbea6
commit 6b91b62ab9
14 changed files with 347 additions and 40 deletions

View File

@@ -9,7 +9,8 @@
"lint": "eslint .",
"preview": "vite preview",
"prune": "pnpm store prune && rimraf node_modules/.vite",
"deploy": "rsync -avz --delete ./dist/ light:/root/apps/envision/web"
"deploy": "rsync -avz --delete ./dist/ light:/root/apps/envision/web",
"pub": "pnpm run build && pnpm run deploy"
},
"dependencies": {
"@abearxiong/container": "0.0.1-alpha.11",