Skip to content

Commit 2ff7568

Browse files
authored
Merge branch 'master' into dev/feature/abspath
2 parents b1b5331 + 6a99b4b commit 2ff7568

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.wp-env.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"phpVersion": "8.3",
3+
"multisite": true,
4+
"plugins": [
5+
"."
6+
],
7+
"env": {
8+
"tests": {
9+
"config": {
10+
"HTTP_HOST": "localhost"
11+
}
12+
},
13+
"development": {
14+
"plugins": [
15+
".",
16+
"https://downloads.wordpress.org/plugin/query-monitor.zip"
17+
]
18+
}
19+
},
20+
"mappings": {
21+
"wp-content/plugins/multisite-language-switcher": "."
22+
}
23+
}

0 commit comments

Comments
 (0)