Skip to content

Commit 3ede9e8

Browse files
committed
Automatically activate plugin when starting local env
1 parent 024808b commit 3ede9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.wp-env.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"config": {
44
"APACHE_PORT": 8888
55
},
6+
"plugins": ["."],
67
"mappings": {
78
"./.htaccess": "./config/wordpress/.htaccess",
8-
"wp-content/mu-plugins/ms-custom-ports.php": "./config/mu-plugins/ms-custom-ports.php",
9-
"wp-content/plugins/multisite-shared-blocks": "."
9+
"wp-content/mu-plugins": "./config/mu-plugins"
1010
},
1111
"env": {
1212
"tests": {

0 commit comments

Comments
 (0)