Created
April 15, 2020 06:33
-
-
Save whyisjake/b87ce2239536c8688e1d563e86066de7 to your computer and use it in GitHub Desktop.
Simple WP Env Config for the VIP Go Skeleton Repo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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