import { generateRouter } from "https://deno.land/x/udibo_react_app@0.16.0/server.tsx";
Generates an Oak router for a routes directory.
The router returned by this function is the default export from the _main.ts
file in the routes directory.
This function is meant for internal use only.
Type Parameters
optional
State extends AppState<AppContext> = AppState<AppContext>Parameters
options: RouterDefinition<AppContext, State>