Server runtime helpers.
Create route declaration builders bound to an application context type.
Call this once in lib/routes.ts, then import the app-bound builders from feature route files.
lib/routes.ts
export const { defineRoute, defineRouteGroup } = createRoutes<AppContext>(); Copy
export const { defineRoute, defineRouteGroup } = createRoutes<AppContext>();
Server runtime helpers.