mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-21 09:15:44 +03:00
Tools: Update node env, composer packages, add wp-env
This commit is contained in:
parent
aecac300ce
commit
28b102bc4c
8 changed files with 25991 additions and 5724 deletions
21
.wp-env.json
Normal file
21
.wp-env.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"WP_DEBUG": true,
|
||||
"SCRIPT_DEBUG": true,
|
||||
"WP_DEBUG_LOG": "/tmp/wp-errors.log",
|
||||
"FS_METHOD": "direct",
|
||||
"WP_ENVIRONMENT_TYPE": "local",
|
||||
"WP_DEVELOPMENT_MODE": "all",
|
||||
"JETPACK_DEV_DEBUG": true,
|
||||
"WPORG_SANDBOXED": true
|
||||
},
|
||||
"core": "WordPress/WordPress#master",
|
||||
"mappings": {
|
||||
"env": "./env",
|
||||
"wp-content/mu-plugins": "./mu-plugins",
|
||||
"wp-content/plugins": "./plugins",
|
||||
"wp-content/themes": "./themes",
|
||||
"wp-content/mu-plugins/0-sandbox.php": "./.env/0-sandbox.php",
|
||||
"wp-cli.local.yml": "./wp-cli.local.yml"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue