Merge pull request #32474 from woocommerce/fix/isolate-development-environments
Isolate `wp-env` Environments
This commit is contained in:
commit
5be65f39fd
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"phpVersion": "7.4",
|
||||
"core": null,
|
||||
"plugins": [ "./plugins/woocommerce" ],
|
||||
"plugins": [ "." ],
|
||||
"config": {
|
||||
"JETPACK_AUTOLOAD_DEV": true,
|
||||
"WP_DEBUG_LOG": true,
|
Loading…
Reference in New Issue