boredgame/vercel.json

8 lines
94 B
JSON
Raw Normal View History

{
"crons": [
{
"path": "/api/crons/cleanupSessions",
"schedule": "0 2 * * *"
}
]
}