Skip to content

Commit

Permalink
unexport NextServerWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
lubieowoce committed Nov 21, 2024
1 parent eff7fd2 commit be93797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/server/next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export type UpgradeHandler = (

const SYMBOL_LOAD_CONFIG = Symbol('next.load_config')

export interface NextWrapperServer {
interface NextWrapperServer {
// NOTE: the methods/properties here are the public API for custom servers.
// Consider backwards compatibilty when changing something here!

Expand Down

0 comments on commit be93797

Please sign in to comment.