From f8a844b4bc3b31b4bcfaae02e1794be8a91890fd Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Wed, 9 Sep 2020 09:29:12 -0400 Subject: [PATCH] Fixes invalid wp-env plugin configuration (#225) --- .wp-env.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.wp-env.json b/.wp-env.json index 071f50f..3866196 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,8 +1,6 @@ { "core": "./wordpress/build", - "plugins": { - "wp-content/plugins/daggerhart-openid-connect-generic": "." - }, + "plugins": [ "." ], "mappings": { "wp-content/mu-plugins": "./tools/local-env/mu-plugins" },