You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add comprehensive Nuxt layer support with codebase cleanup (#36)
* feat: add comprehensive Nuxt layer support with codebase cleanup
- Add Nuxt layer support for GraphQL files collection
- Layer GraphQL file discovery (schemas, resolvers, directives, documents)
- Dynamic path system replacing hardcoded assumptions
- File watching with layer support
- Auto-generated file ignore patterns
- Deduplication to prevent conflicts
- Comprehensive codebase cleanup
- Fix TypeScript errors and improve type safety
- Replace console.* with proper consola logging
- Remove unnecessary comments and dead code
- Optimize imports and exports for better readability
- Fix ESLint issues and improve code quality
- Layer integration testing with example layer
- Added example layer with posts functionality
- Updated playground to demonstrate layer support
- Added posts page to showcase layer-based GraphQL operations
Closes#35
* chore: update dependencies in pnpm-workspace.yaml
- bump @antfu/eslint-config from ^5.2.1 to ^5.2.2
- bump @graphql-codegen/typescript-resolvers from ^4.5.1 to ^4.5.2
- bump @nuxt/kit and @nuxt/schema from ^4.0.3 to ^4.1.0
- bump @types/node from ^22.18.0 to ^22.18.1
- bump nitropack from ^2.12.4 to ^2.12.5
- bump nuxt from ^4.0.3 to ^4.1.0
- bump oxc-parser from ^0.82.3 to ^0.86.0
- bump tailwindcss from ^4.1.12 to ^4.1.13
- bump vue from ^3.5.20 to ^3.5.21
- bump zod from ^4.1.3 to ^4.1.5
0 commit comments