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
Remove Express from apps/api. Use Hono as the sole HTTP server. Delete Express-to-Hono bridge hack. Remove express, helmet, cors, @types/express, @types/cors deps.
Remove Express from
apps/api. Use Hono as the sole HTTP server. Delete Express-to-Hono bridge hack. Removeexpress,helmet,cors,@types/express,@types/corsdeps.Depends on all tRPC routers being migrated.