fix: Set Vercel output directory to static/admin and update deployment documentation to clarify this configuration.

This commit is contained in:
CJACK
2026-02-16 20:38:31 +08:00
parent a6a87853d4
commit 3cf207bcbb
3 changed files with 30 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{
"version": 2,
"buildCommand": "npm ci --prefix webui && npm run build --prefix webui",
"outputDirectory": "static/admin",
"functions": {
"api/index.go": {
"includeFiles": "static/admin/**"