Moved `wp-env` File

Rather than having a root `wp-env` environment,
each project should define what it needs. This
prevents problems with shared WordPress installations
and plugin conflicts during development.
This commit is contained in:
Christopher Allford 2022-04-04 15:18:30 -07:00
parent 8812feedaa
commit 0204010b75
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,