add wp-env.json

This commit is contained in:
2023-07-25 13:54:54 -07:00
parent a53ddcb50c
commit df5c2433bc
2 changed files with 12 additions and 0 deletions

11
.wp-env.json.default Normal file
View File

@@ -0,0 +1,11 @@
{
"plugins": [
"./trans-pride-heading",
"./gradient-link-card",
"./chucks-responsive-flex-container"
],
"themes": [
"./chuck-theme",
"./transsocial-theme"
]
}