boredgame/vercel.json
2024-09-04 21:36:52 -07:00

9 lines
90 B
JSON

{
"version": 2,
"routes": [
{
"src": "/(.*)",
"dest": "build/index.js"
}
]
}