Initial commit - SaveTheMoment Atlas Basis-Setup
This commit is contained in:
16
vercel.json
Normal file
16
vercel.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"crons": [
|
||||
{
|
||||
"path": "/api/cron/email-sync",
|
||||
"schedule": "*/5 * * * *"
|
||||
},
|
||||
{
|
||||
"path": "/api/cron/process-pending-bookings",
|
||||
"schedule": "*/5 * * * *"
|
||||
},
|
||||
{
|
||||
"path": "/api/cron/check-contracts",
|
||||
"schedule": "*/15 * * * *"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user