feat: set opening date!

This commit is contained in:
2026-03-11 12:37:01 +01:00
parent 42156209d8
commit 0c8e827cda
5 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ export const web = await TanStackStart("web", {
// Cron secret for protected scheduled endpoints
CRON_SECRET: getEnvVar("CRON_SECRET"),
},
// Fire every hour so the reminder check can run at 09:30 on 2026-03-11
// Fire every hour so the reminder check can run at 18:00 on 2026-03-16
crons: ["0 * * * *"],
domains: ["kunstenkamp.be", "www.kunstenkamp.be"],
});