feat: add basic webui
This commit is contained in:
3
packages/feature-flags/index.ts
Normal file
3
packages/feature-flags/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createFlag } from './lib/create-flag';
|
||||
|
||||
export const showBetaFeature = createFlag('showBetaFeature');
|
||||
Reference in New Issue
Block a user