import type { Handler } from '@chubbyts/chubbyts-undici-server/dist/server';import { createRouteHandler } from '@chubbyts/chubbyts-framework/dist/handler/route-handler';const routeHandler: Handler = createRouteHandler(); Copy
import type { Handler } from '@chubbyts/chubbyts-undici-server/dist/server';import { createRouteHandler } from '@chubbyts/chubbyts-framework/dist/handler/route-handler';const routeHandler: Handler = createRouteHandler();