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
eva.get("/users/:id/posts/:postId", ...) should type ctx.params as { id: string; postId: string } automatically, no manual generics — the Hono/Elysia template-literal-type trick. Roadmap phase 4.
eva.get("/users/:id/posts/:postId", ...)should typectx.paramsas{ id: string; postId: string }automatically, no manual generics — the Hono/Elysia template-literal-type trick. Roadmap phase 4.