Skip to main content
Module

x/aleph/types.ts>SSROptions

The Full-stack Framework in Deno.
Go to Latest
type alias SSROptions
import { type SSROptions } from "https://deno.land/x/aleph@v0.3.0-alpha.22/types.ts";

The options for SSR.

definition: { include?: RegExp[]; exclude?: RegExp[]; staticPaths?: string[]; }