NovaMindAI / vercel.json
Dhurgh's picture
Add vercel.json configuration
b5843f8
Raw
History Blame Contribute Delete
142 Bytes
Invalid JSON:Unexpected token '', "{ "rewr"... is not valid JSON
{
"rewrites": [
{ "source": "/(.*)", "destination": "app.py" }
],
"functions": {
"app.py": { "runtime": "python3.11" }
}
}