Add account hierarchy framework with migrations, RLS policies, and UI components
This commit is contained in:
@@ -128,10 +128,7 @@ const featuresFlagConfig = FeatureFlagsSchema.parse({
|
||||
process.env.NEXT_PUBLIC_ENABLE_DOCUMENT_GENERATION,
|
||||
true,
|
||||
),
|
||||
enableNewsletter: getBoolean(
|
||||
process.env.NEXT_PUBLIC_ENABLE_NEWSLETTER,
|
||||
true,
|
||||
),
|
||||
enableNewsletter: getBoolean(process.env.NEXT_PUBLIC_ENABLE_NEWSLETTER, true),
|
||||
enableGdprCompliance: getBoolean(
|
||||
process.env.NEXT_PUBLIC_ENABLE_GDPR_COMPLIANCE,
|
||||
true,
|
||||
@@ -140,10 +137,7 @@ const featuresFlagConfig = FeatureFlagsSchema.parse({
|
||||
process.env.NEXT_PUBLIC_ENABLE_SITE_BUILDER,
|
||||
true,
|
||||
),
|
||||
enableFischerei: getBoolean(
|
||||
process.env.NEXT_PUBLIC_ENABLE_FISCHEREI,
|
||||
false,
|
||||
),
|
||||
enableFischerei: getBoolean(process.env.NEXT_PUBLIC_ENABLE_FISCHEREI, false),
|
||||
enableMeetingProtocols: getBoolean(
|
||||
process.env.NEXT_PUBLIC_ENABLE_MEETING_PROTOCOLS,
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user