-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.wp-env.json
24 lines (24 loc) · 956 Bytes
/
.wp-env.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"core": "https://ja.wordpress.org/latest-ja.zip",
"phpVersion": "8.1",
"plugins": ["https://downloads.wordpress.org/plugin/all-in-one-wp-migration.zip", "https://downloads.wordpress.org/plugin/wordpress-seo.zip", "https://downloads.wordpress.org/plugin/query-monitor.zip", "https://downloads.wordpress.org/plugin/wp-multibyte-patch.zip", "https://downloads.wordpress.org/plugin/duplicate-post.zip", "https://downloads.wordpress.org/plugin/custom-post-type-ui.zip", "https://downloads.wordpress.org/plugin/advanced-custom-fields.zip"],
"themes": ["./src/"],
"port": 8000,
"env": {
"tests": {
"port": 8001
}
},
"mappings": {
"wp-content/plugins": "./plugins",
"sql": "./sql",
"wp-content/uploads": "./uploads",
"wp-cli.local.yml": "./wp-cli.local.yml",
"php.ini": "./php.ini"
},
"config": {
"VITE_SERVER": "http://localhost:3000",
"WP_DEBUG": true,
"AUTOMATIC_UPDATER_DISABLED": true
}
}