feat: Initial GraphQL setup with remote WP schema

This commit is contained in:
2026-01-13 11:19:33 -05:00
parent a2860478a9
commit d0244eb6a3
8 changed files with 16425 additions and 70 deletions

View File

@@ -1,10 +1,11 @@
{
"files.associations": {
"*.css": "tailwindcss"
},
"editor.quickSuggestions": {
"strings": "on"
},
"files.associations": {
"*.css": "tailwindcss"
},
"graphql-config.load.rootDir": "wp-content/themes/moonshine",
"tailwindCSS.classAttributes": [
"class",
"ui"