mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-30 14:22:49 -07:00
8 lines
226 B
TypeScript
8 lines
226 B
TypeScript
// File automatically generated by tuono
|
|
// Do not manually update this file
|
|
import { serverSideRendering } from 'tuono/ssr'
|
|
|
|
import { routeTree } from './routeTree.gen'
|
|
|
|
export const renderFn = serverSideRendering(routeTree)
|