mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
Keep the transport migration isolated on a dedicated branch so development can continue without blocking dev. Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
527 B
JSON
25 lines
527 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"framework": null,
|
|
"rewrites": [
|
|
{ "source": "/(.*)", "destination": "/api" }
|
|
],
|
|
"crons": [
|
|
{
|
|
"path": "/api/latest/internal/email-queue-step",
|
|
"schedule": "* * * * *"
|
|
},
|
|
{
|
|
"path": "/api/latest/internal/external-db-sync/poller",
|
|
"schedule": "* * * * *"
|
|
},
|
|
{
|
|
"path": "/api/latest/internal/external-db-sync/sequencer",
|
|
"schedule": "* * * * *"
|
|
}
|
|
],
|
|
"github": {
|
|
"autoJobCancelation": false
|
|
}
|
|
}
|