Options
All
  • Public
  • Public/Protected
  • All
Menu

Module next-server/server/next-server

Index

Classes

Type aliases

Type aliases

ServerConstructor

ServerConstructor: { conf?: NextConfig | null; customServer?: boolean; dev?: boolean; dir?: string; quiet?: boolean }

Type declaration

  • Optional conf?: NextConfig | null

    Object what you would use in next.config.js - @default {}

  • Optional customServer?: boolean
  • Optional dev?: boolean
  • Optional dir?: string

    Where the Next project is located - @default '.'

  • Optional quiet?: boolean

    Hide error messages containing server information - @default false

Generated using TypeDoc