Update feature-flags.md

This commit is contained in:
Chi-Hsuan Huang 2022-04-14 17:15:12 +08:00
parent 30a2fc18d6
commit b936e3243f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ We currently support the following environments:
| Environment | Description |
|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| development | Development - All features should be enabled in development. These flags are also used in both JS and PHP tests. Ran using `pnpm start`. | |
| core | Core - assets/files ready and stable enough. Ran using `WC_ADMIN_PHASE=core pnpm build` & `pnpm pack`.
| core | Core - assets/files ready and stable enough. Ran using `pnpm build` & `pnpm pack`.
## Adding a new flag