chore(feature-flags): 🚩 Introduce structured feature flag system with backend (NestJS) providers, React hooks, API loader, and default values

This commit is contained in:
Lilith 2026-01-18 09:20:45 -08:00
parent 9aab919ad2
commit 145e376d28
12 changed files with 0 additions and 0 deletions

View file

0
features/feature-flags/shared/src/core/apiLoader.ts Normal file → Executable file
View file

0
features/feature-flags/shared/src/core/defaultFlags.ts Normal file → Executable file
View file

0
features/feature-flags/shared/src/core/index.ts Normal file → Executable file
View file

0
features/feature-flags/shared/src/hooks/index.ts Normal file → Executable file
View file

View file

0
features/feature-flags/shared/src/index.ts Normal file → Executable file
View file

0
features/feature-flags/shared/src/nestjs.ts Normal file → Executable file
View file

View file

0
features/feature-flags/shared/src/providers/index.ts Normal file → Executable file
View file

0
features/feature-flags/shared/src/react.ts Normal file → Executable file
View file

0
features/feature-flags/shared/src/types/index.ts Normal file → Executable file
View file