boredgame/vercel.json

10 lines
90 B
JSON
Raw Normal View History

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