HyperFlow / vercel.json
Gaurav711's picture
deploy: revert to 733e96b
d491dc1
Raw
History Blame Contribute Delete
281 Bytes
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "cd frontend && npm install && npm run build",
"outputDirectory": "frontend/dist",
"framework": "vite",
"cleanUrls": true,
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}