aboutsummaryrefslogtreecommitdiffstats
path: root/vercel.json
blob: d79b7f166183bde20491cab8154a2e32e30b693d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "builds":[
      {
        "src":"api/app.py",
        "use":"@vercel/python"
      }
    ],
    "routes":[
      {
        "src":"/(.*)",
        "dest":"api/app.py"
      }
    ]
  }
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage