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
refactor: rename fetchWrapper to middleware and move to client directory
- Renamed fetchWrapper.ts to middleware.ts for cleaner naming
- Renamed FetchMiddleware type to Middleware (kept deprecated aliases)
- Moved middleware files from src/shared/ to src/client/ since this is client-specific
- Updated all imports to reflect new location
- Fixed test for short-circuit responses
The middleware is now properly located in the client directory where it belongs,
separate from any server-side middleware.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments