fix: email

This commit is contained in:
2026-03-11 16:34:51 +01:00
parent 17aa8956a7
commit 7f431c0091
7 changed files with 301 additions and 676 deletions

View File

@@ -0,0 +1,9 @@
// ---------------------------------------------------------------------------
// Single source-of-truth for event details used across the API
// ---------------------------------------------------------------------------
export const EVENT = "Open Mic Night — vrijdag 18 april 2026";
export const OPENS = "maandag 16 maart 2026 om 19:00";
// Registration opens — used for reminder scheduling windows
export const REGISTRATION_OPENS_AT = new Date("2026-03-16T19:00:00+01:00");