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",
|
"phpVersion": "7.4",
|
||||||
"core": null,
|
"core": null,
|
||||||
"plugins": [ "./plugins/woocommerce" ],
|
"plugins": [ "." ],
|
||||||
"config": {
|
"config": {
|
||||||
"JETPACK_AUTOLOAD_DEV": true,
|
"JETPACK_AUTOLOAD_DEV": true,
|
||||||
"WP_DEBUG_LOG": true,
|
"WP_DEBUG_LOG": true,
|
Loading…
Reference in New Issue