Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph/server/types.ts>SSROptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias SSROptions
import { type SSROptions } from "https://deno.land/x/aleph@1.0.0-beta.40/server/types.ts";
definition: { root?: string; include?: RegExp | RegExp[]; exclude?: RegExp | RegExp[]; CSP?: CSP; }