mirror of
https://gh.wpcy.net/https://github.com/WordPress/wordpress.org.git
synced 2026-05-02 08:32:31 +08:00
Closes https://github.com/WordPress/wordpress.org/pull/574 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14753 74240141-8908-4e6f-9713-ba540dce6ec7
20 lines
460 B
JSON
20 lines
460 B
JSON
{
|
|
"core": "WordPress/WordPress#master",
|
|
"phpVersion": "8.4",
|
|
"testsEnvironment": false,
|
|
"plugins": [
|
|
"../jobs.wordpress.net/public_html/wp-content/plugins/jobswp"
|
|
],
|
|
"themes": [
|
|
"../jobs.wordpress.net/public_html/wp-content/themes/jobswp"
|
|
],
|
|
"mappings": {
|
|
"wp-content/mu-plugins/wporg-dev-login.php": "./mocks/wporg-dev-login.php"
|
|
},
|
|
"lifecycleScripts": {
|
|
"afterStart": "bash jobs/bin/after-start.sh"
|
|
},
|
|
"config": {
|
|
"WP_DEBUG": true
|
|
}
|
|
}
|