Tools: Update node env, composer packages, add wp-env

This commit is contained in:
Kelly Dwan 2024-08-26 17:43:31 -04:00
parent aecac300ce
commit 28b102bc4c
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
8 changed files with 25991 additions and 5724 deletions

21
.wp-env.json Normal file
View 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"
}
}