Docs: mention feature flags
This commit is contained in:
parent
d89a0f7c4e
commit
c5c2cb2f36
1 changed files with 5 additions and 0 deletions
|
|
@ -25,3 +25,8 @@ src/
|
|||
## Environment variables
|
||||
|
||||
Copy `.env.example` to `.env.local` for local development.
|
||||
|
||||
## Feature flags
|
||||
|
||||
Runtime feature flags are controlled via `VITE_FLAGS_*` env vars.
|
||||
See `src/utils/flags.ts` for usage.
|
||||
|
|
|
|||
Loading…
Reference in a new issue