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
With the new standalone React 18 package now fully functional, remove
the deprecated template-based implementation to reduce technical debt.
Changes:
- Deleted packages/app/src/cli/services/dev/graphiql/templates/graphiql.tsx (old template)
- Inlined DEFAULT_SHOP_QUERY constant in server.ts (was imported from deleted template)
- Server now uses React app's default content instead of server-side templates
The modern graphiql-console package handles all UI rendering and default
content through its own constants and components.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments