Commit d10c40f
feat: add server: false mode and simplify external services config (#60)
- Add `server: false` option to disable GraphQL server functionality
- Skip schema, resolver, and directive scanning
- Skip route handler registration
- Skip server type generation
- Skip server scaffold files
- Still allows external services client types and SDK generation
- Simplify external services configuration
- Make `schema` optional (defaults to `endpoint`)
- Auto-enable `downloadSchema` for URL schemas
- Reduce required config from 4 fields to just 2 (name + endpoint)
- Fix hot reload for Nitro framework client directory
- Add client directory to watchDirs for Nitro projects
- Add dev:reload hook for client-only mode
- Ensures file changes trigger client type regeneration
🤖 Generated with [Claude Code](https://claude.ai/claude-code)
Co-authored-by: Claude Opus 4.5 <[email protected]>1 parent b9e00d0 commit d10c40f
4 files changed
+314
-243
lines changed
0 commit comments