{
"version": 2,
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite",
"build": {
"env": {
"VITE_USE_LOCAL_DB": "true"
}
},
"rewrites": [
"source": "/(.*)",
"destination": "/index.html"
],
"headers": [
"source": "/assets/(.*)",
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
]