Module next-server/server/next-server
Type aliases
ServerConstructor
Server
Constructor: { conf?: NextConfig | null; customServer?: boolean; dev?: boolean; dir?: string; quiet?: boolean }
Type declaration
-
Optional conf?: NextConfig | null
-
Optional customServer?: boolean
-
Optional dev?: boolean
-
Optional dir?: string
-
Optional quiet?: boolean
Object what you would use in next.config.js - @default {}