Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created April 15, 2020 06:33
Show Gist options
  • Save whyisjake/b87ce2239536c8688e1d563e86066de7 to your computer and use it in GitHub Desktop.
Save whyisjake/b87ce2239536c8688e1d563e86066de7 to your computer and use it in GitHub Desktop.
Simple WP Env Config for the VIP Go Skeleton Repo
{
"plugins": [
"./client-mu-plugins/",
"./mu-plugins/",
"./plugins/"
],
"themes": [
"./themes/"
],
"config": {
"WP_DEBUG_DISPLAY": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment