Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Created May 13, 2021 18:53
Show Gist options
  • Save thetwopct/6adeecf63f242455b8fa9312fec65a83 to your computer and use it in GitHub Desktop.
Save thetwopct/6adeecf63f242455b8fa9312fec65a83 to your computer and use it in GitHub Desktop.
wp-env JSON example
{
"core":null,
"phpVersion": "7.1",
"plugins":[
"WordPress/WooCommerce",
"."
],
"themes":[
"WordPress/storefront"
],
"config":{
"WP_DEBUG_DISPLAY":true,
"WP_DEBUG":true,
"SCRIPT_DEBUG":true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment