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