Update feature-flags.md
This commit is contained in:
parent
30a2fc18d6
commit
b936e3243f
|
@ -7,7 +7,7 @@ We currently support the following environments:
|
||||||
| Environment | Description |
|
| 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`. | |
|
| 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
|
## Adding a new flag
|
||||||
|
|
Loading…
Reference in New Issue