Add lightweight AI admin dashboard

This commit is contained in:
2026-06-11 00:17:04 +08:00
parent e3352bf04c
commit a1b9ff5146
17 changed files with 866 additions and 599 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
},
"type": "module",
"scripts": {
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 pnpm -F @vben/web-ele run build",
"build:all": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
"build:analyze": "turbo build:analyze",
"build:docker": "./scripts/deploy/build-local-docker-image.sh",
"build:ele": "pnpm run build --filter=@vben/web-ele",