Options
All
  • Public
  • Public/Protected
  • All
Menu

Module build

Index

Type aliases

ClientSsgManifest

ClientSsgManifest: Set<string>

DynamicSsgRoute

DynamicSsgRoute: { dataRoute: string; dataRouteRegex: string; fallback: string | null | false; routeRegex: string }

Type declaration

  • dataRoute: string
  • dataRouteRegex: string
  • fallback: string | null | false
  • routeRegex: string

PrerenderManifest

PrerenderManifest: { dynamicRoutes: {}; notFoundRoutes: string[]; preview: __ApiPreviewProps; routes: {}; version: 3 }

Type declaration

SsgRoute

SsgRoute: { dataRoute: string; initialRevalidateSeconds: number | false; srcRoute: string | null }

Type declaration

  • dataRoute: string
  • initialRevalidateSeconds: number | false
  • srcRoute: string | null

Functions

default

  • default(dir: string, conf?: null, reactProductionProfiling?: boolean, debugOutput?: boolean): Promise<void>
  • Parameters

    • dir: string
    • Optional conf: null
    • Optional reactProductionProfiling: boolean
    • Optional debugOutput: boolean

    Returns Promise<void>

Generated using TypeDoc