feat: update admin navigation and configuration for local deployment, enhance user experience with direct API connections

This commit is contained in:
HouYunFei
2026-06-16 12:07:35 +08:00
parent 0d90465339
commit 8a66524ea7
83 changed files with 649 additions and 7173 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"buildCommand": "cd web && bun run build",
"installCommand": "cd web && bun install --frozen-lockfile",
"outputDirectory": "web/.next",
"framework": "nextjs"
}