aboutsummaryrefslogtreecommitdiffstats
path: root/vercel.json
blob: 67fef1e35047451323178d17ef0d008676b9632f (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": "0 3 * * *"
      }
    ]
  }
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage