Remove influencer-era documentation, unused components, boilerplate assets, and ghost tiktok cron job. Add supplier invoice management, document API routes, and PWA icons. Replace boilerplate README. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
550 B
JSON
29 lines
550 B
JSON
{
|
|
"crons": [
|
|
{
|
|
"path": "/api/deadlines/status/cron",
|
|
"schedule": "0 6 * * *"
|
|
},
|
|
{
|
|
"path": "/api/invoices/reminders/cron",
|
|
"schedule": "0 8 * * *"
|
|
},
|
|
{
|
|
"path": "/api/extensions/push-notifications/cron",
|
|
"schedule": "0 9 * * *"
|
|
},
|
|
{
|
|
"path": "/api/tax-deadlines/cron",
|
|
"schedule": "0 0 2 1 *"
|
|
},
|
|
{
|
|
"path": "/api/banking/sync/cron",
|
|
"schedule": "0 5 * * *"
|
|
},
|
|
{
|
|
"path": "/api/documents/verify/cron",
|
|
"schedule": "0 3 * * 0"
|
|
}
|
|
]
|
|
}
|