mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
16 lines
168 B
JSON
16 lines
168 B
JSON
|
|
{
|
||
|
|
"version": 2,
|
||
|
|
"builds": [
|
||
|
|
{
|
||
|
|
"src": "build/index.js",
|
||
|
|
"use": "@vercel/node"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"routes": [
|
||
|
|
{
|
||
|
|
"src": "/(.*)",
|
||
|
|
"dest": "build/index.js"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|