Skip to content

Commit 60e9734

Browse files
committed
Fix next.ts
1 parent 8eee52a commit 60e9734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/next/src/server/next.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ function createServer(options: NextServerOptions): NextServer {
244244
}
245245

246246
// Support commonjs `require('next')`
247-
module.exports = createServer
248-
exports = module.exports
247+
// module.exports = createServer
248+
// exports = module.exports
249249

250250
// Support `import next from 'next'`
251251
export default createServer

0 commit comments

Comments
 (0)