Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
cal.com
/
calcom-docker
/
calcom
/
apps
/
web
/
Filename :
vercel.json
back
Copy
{ "crons": [ { "path": "/api/cron/calendar-cache-cleanup", "schedule": "0 5 * * *" }, { "path": "/api/tasks/cron", "schedule": "* * * * *" }, { "path": "/api/calendar-cache/cron", "schedule": "* * * * *" }, { "path": "/api/tasks/cleanup", "schedule": "0 0 * * *" }, { "path": "/api/cron/credentials", "schedule": "*/5 * * * *" }, { "path": "/api/cron/selected-calendars", "schedule": "*/5 * * * *" } ], "functions": { "pages/api/trpc/highPerf/[trpc].ts": { "memory": 3008 }, "pages/api/trpc/appRoutingForms/[trpc].ts": { "memory": 2048 }, "pages/router/embed.tsx": { "memory": 2048 }, "pages/api/book/event.ts": { "memory": 2048 } } }