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