CircuitScope / vercel.json
Gaurav711's picture
feat(safety): integrate synchronized startup, pearson linearity check, dynamic local simulator, and vercel routing
30831c9
Raw
History Blame Contribute Delete
172 Bytes
{
"buildCommand": "npm run build --prefix frontend",
"outputDirectory": "frontend/build",
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}