feat: Setup GraphQL with dynamic node routing logic

This commit is contained in:
2026-03-18 23:21:05 -04:00
parent 1838d59382
commit 3b72a16f86
9 changed files with 1291 additions and 73 deletions

View File

@@ -16,6 +16,7 @@
"release": "oxlint . && oxfmt --check . && nuxt typecheck && changelogen --noAuthors --release --push"
},
"dependencies": {
"@lewebsimple/nuxt-graphql": "^0.7.5",
"@nuxt/ui": "^4.5.1",
"nuxt": "^4.4.2",
"nuxt-svgo": "^4.2.6",
@@ -24,6 +25,7 @@
"vue-router": "^5.0.3"
},
"devDependencies": {
"@types/node": "^25.5.0",
"changelogen": "^0.6.2",
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",