LLMProviders / vercel.json
CrispStrobe
add bfl, etc
ee20373
raw
history blame contribute delete
210 Bytes
{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"installCommand": "npm install",
"framework": "vite",
"rewrites": [
{ "source": "/((?!api/).*)", "destination": "/index.html" }
]
}