28 lines
510 B
JSON
28 lines
510 B
JSON
{
|
|
"version": 2,
|
|
"buildCommand": "npm run build",
|
|
"outputDirectory": "dist",
|
|
"framework": "vite",
|
|
"rewrites": [
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/index.html"
|
|
}
|
|
],
|
|
"headers": [
|
|
{
|
|
"source": "/assets/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "public, max-age=31536000, immutable"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"env": {
|
|
"VITE_LLM_PROVIDER": "@vite_llm_provider",
|
|
"VITE_USE_LOCAL_DB": "@vite_use_local_db"
|
|
}
|
|
}
|