CodeLens / dashboard /vercel.json
ArshVerma's picture
Skip DB init in TESTING; add reset_db
c90ac2d
Raw
History Blame Contribute Delete
318 Bytes
{
"rewrites": [
{
"source": "/api/(.*)",
"destination": "https://YOUR_BACKEND_URL.render.com/$1"
},
{
"source": "/ws/(.*)",
"destination": "wss://YOUR_BACKEND_URL.render.com/ws/$1"
}
],
"framework": "vite",
"buildCommand": "npm run build",
"outputDirectory": "dist"
}