feature flags
This commit is contained in:
@@ -71,8 +71,8 @@ export default async function RootLayout({
|
||||
}
|
||||
}
|
||||
|
||||
// Initialize feature flag service
|
||||
const featureService = FeatureFlagService.fromEnv();
|
||||
// Initialize feature flag service from API
|
||||
const featureService = await FeatureFlagService.fromAPI();
|
||||
const enabledFlags = featureService.getEnabledFlags();
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user