Merge pull request #32474 from woocommerce/fix/isolate-development-environments

Isolate `wp-env` Environments
This commit is contained in:
Christopher Allford 2022-04-05 09:57:26 -07:00 committed by GitHub
commit 5be65f39fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,