chore(vercel): Remove unnecessary environment variables from configuration

- Clean up vercel.json configuration
- Remove hardcoded environment variable references
- Simplify deployment configuration
- Ensures cleaner and more minimal Vercel deployment setup
This commit is contained in:
lintsinghua 2025-11-11 17:15:45 +08:00
parent eec852914a
commit 67e050f0e0
1 changed files with 1 additions and 5 deletions

View File

@ -19,9 +19,5 @@
}
]
}
],
"env": {
"VITE_LLM_PROVIDER": "@vite_llm_provider",
"VITE_USE_LOCAL_DB": "@vite_use_local_db"
}
]
}