disable sign-up on event day
Some checks failed
Check / Lint and Check (push) Failing after 30s

This commit is contained in:
2025-07-15 16:28:02 +02:00
parent 1108a66378
commit 358dc77e5a
5 changed files with 95 additions and 2 deletions

View File

@@ -22,6 +22,6 @@
},
"target": "ES2023"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "event-dates.json"],
"exclude": ["node_modules"]
}