Files
NextEdu/vercel.json
SpecialX 48829bd02b chore(config): update vitest config, add vercel.json and manifest
- Update vitest.config.ts

- Add vercel.json for deployment configuration

- Add PWA manifest
2026-07-03 10:23:13 +08:00

10 lines
158 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"crons": [
{
"path": "/api/cron/audit-cleanup",
"schedule": "0 3 * * *"
}
]
}