Remove app context from AI admin flows

This commit is contained in:
2026-06-11 08:40:11 +08:00
parent 6867e4f708
commit 86680ad7f8
22 changed files with 55 additions and 221 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
},
"type": "module",
"scripts": {
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 pnpm -F @vben/web-ele run build",
"build": "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",