import { type AppRouterOptions } from "https://deno.land/x/udibo_react_app@0.1.3/app_server.tsx";
Properties
A react router route object.
The build script will automatically generate these for your application's routes.
The route object is a default export from the _main.tsx
in your routes directory.
Default environment variables that you would like to share with the browser for all requests.
Adds your own providers around the application.
Used to render the application. If you'd like to transform the stream before it is returned to the client, you can wrap the default renderToReadableStream function with a custom renderToReadableStream function.
The oak router for your application.
The build script will automatically generate these for your application's routes.
The router object is a default export from the _main.ts
in your routes directory.
The working directory of your application. Defaults to the current working directory that your application is running from.