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
Featarco add api <name> — scaffold a TanStack Query hook + zod schema + MSW handler in one shot, and auto-register the handler in src/mock/handlers.ts. --method get (default) generates useXxxQuery + list response schema; --method post|put|delete generates useXxxMutation + input schema + cache invalidation. --skip-mock skips the mock generation when the consumer brings their own backend.