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:
parent
8812feedaa
commit
0204010b75
|
@ -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