-
Notifications
You must be signed in to change notification settings - Fork 249
Expand file tree
/
Copy pathvercel.json
More file actions
32 lines (32 loc) · 730 Bytes
/
Copy pathvercel.json
File metadata and controls
32 lines (32 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"ignoreCommand": "sh scripts/vercel-ignore-build.sh",
"git": {
"deploymentEnabled": {
"*": false,
"main": true
}
},
"crons": [
{
"path": "/api/internal/snapshots/rebuild",
"schedule": "0 */6 * * *"
},
{
"path": "/api/internal/snapshots/rebuild?only=game-world",
"schedule": "*/5 * * * *"
},
{
"path": "/api/internal/snapshots/rebuild?only=game-world-3d",
"schedule": "0 9 * * *"
},
{
"path": "/api/internal/hunt/email-retry",
"schedule": "*/15 * * * *"
},
{
"path": "/api/internal/digest/weekly-hiring-partners",
"schedule": "0 13 * * 1"
}
]
}