Files
wp-plugin-starter-template-…/.wp-env.json

17 lines
297 B
JSON

{
"core": null,
"plugins": [
"."
],
"themes": [],
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
"WP_DEBUG_DISPLAY": false
},
"mappings": {
"wp-content/mu-plugins": "./mu-plugins",
"wp-content/plugins/wp-plugin-starter-template-for-ai-coding": "."
}
}