This commit is contained in:
Marcelo Dares
2026-04-29 01:15:50 +02:00
parent 65aaf9275e
commit ea23136288
172 changed files with 30358 additions and 353 deletions

12
vercel.json Normal file
View File

@@ -0,0 +1,12 @@
{
"crons": [
{
"path": "/api/cron/licitations-sync?include_regulations=1",
"schedule": "0 */12 * * *"
},
{
"path": "/api/cron/regulations-verify",
"schedule": "30 5 * * *"
}
]
}