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