UNPKG

@serwist/next

Version:

A module that integrates Serwist into your Next.js application.

11 lines 355 B
import type { BuildOptions } from "@serwist/cli"; import type { Optional } from "@serwist/utils"; export interface SerwistOptions extends Optional<BuildOptions, "globDirectory"> { /** * Whether Serwist should precache prerendered routes. * * @default true */ precachePrerendered?: boolean; } //# sourceMappingURL=types.d.ts.map