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:
parent
eec852914a
commit
67e050f0e0
|
|
@ -19,9 +19,5 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"env": {
|
|
||||||
"VITE_LLM_PROVIDER": "@vite_llm_provider",
|
|
||||||
"VITE_USE_LOCAL_DB": "@vite_use_local_db"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue