feature flags

This commit is contained in:
2026-01-03 12:07:20 +01:00
parent 9a7efa496f
commit 213580511c
5 changed files with 289 additions and 26 deletions

View File

@@ -66,6 +66,7 @@ declare global {
// Website (server-only)
API_BASE_URL?: string;
FEATURE_FLAGS?: string;
// Vercel KV (server-only)
KV_REST_API_URL?: string;