Skip to content

Commit 7507ba3

Browse files
committed
Fix?
1 parent 3c38896 commit 7507ba3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/next/src/server/next.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,5 @@ function createServer(options: NextServerOptions): NextServer {
240240
return new NextServer(options)
241241
}
242242

243-
// Support commonjs `require('next')`
244-
module.exports = createServer
245-
exports = module.exports
246-
247243
// Support `import next from 'next'`
248244
export default createServer

0 commit comments

Comments
 (0)