mirror of
https://github.com/tiennm99/llmapikey.git
synced 2026-06-19 07:42:28 +00:00
a3ab7cde9e
- Rename DATABASE_URL -> POSTGRES_URL and OPENROUTER_PROVISIONING_KEY -> OPENROUTER_MANAGEMENT_KEY to match the documented setup. - Inline repo URL and model constants (drop NEXT_PUBLIC_ indirection). - vercel.json: framework nextjs; enable git deployments.
8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"framework": "nextjs",
|
|
"git": {
|
|
"deploymentEnabled": true
|
|
}
|
|
}
|