-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.wp-env.json
More file actions
25 lines (25 loc) · 795 Bytes
/
.wp-env.json
File metadata and controls
25 lines (25 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"core": "https://github.com/WordPress/WordPress/archive/refs/heads/master.zip",
"multisite": true,
"plugins": [
"WordPress/gutenberg",
"bbpress/bbPress",
"WordPress/two-factor",
"https://github.com/sjinks/wp-two-factor-provider-webauthn/releases/latest/download/two-factor-provider-webauthn.zip",
"."
],
"mappings": {
"wp-content/themes/wporg-parent-2021": "WordPress/wporg-parent-2021#build",
"wp-content/themes/wporg-support-2024": "WordPress/wordpress.org/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/",
"wp-content/mu-plugins": "./.wp-env/mu-plugins",
"wp-content/mu-plugins/pub": "WordPress/wporg-mu-plugins#build"
},
"lifecycleScripts": {
"afterStart": "./.wp-env/after-start.sh"
},
"env": {
"tests": {
"multisite": false
}
}
}