mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
18 lines
290 B
JSON
18 lines
290 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"crons": [
|
|
{
|
|
"path": "/api/latest/internal/email-queue-step",
|
|
"schedule": "* * * * *"
|
|
}
|
|
],
|
|
"functions": {
|
|
"**/*": {
|
|
"maxDuration": 300
|
|
}
|
|
},
|
|
"github": {
|
|
"autoJobCancelation": false
|
|
}
|
|
}
|