Options
All
  • Public
  • Public/Protected
  • All
Menu

Module next-server/server/require

Index

Functions

getPagePath

  • getPagePath(page: string, distDir: string, serverless: boolean, dev?: boolean): string
  • Parameters

    • page: string
    • distDir: string
    • serverless: boolean
    • Optional dev: boolean

    Returns string

pageNotFoundError

  • pageNotFoundError(page: string): Error
  • Parameters

    • page: string

    Returns Error

requireFontManifest

  • requireFontManifest(distDir: string, serverless: boolean): any
  • Parameters

    • distDir: string
    • serverless: boolean

    Returns any

requirePage

  • requirePage(page: string, distDir: string, serverless: boolean): any
  • Parameters

    • page: string
    • distDir: string
    • serverless: boolean

    Returns any

Generated using TypeDoc