Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 0d63816

Browse files
committed
Run standard automatic fix
1 parent b65af4c commit 0d63816

File tree

2 files changed

+691
-479
lines changed

2 files changed

+691
-479
lines changed

lib/server.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const app = next({ dev })
88
const handle = app.getRequestHandler()
99

1010
app.prepare()
11-
.then(() => {
12-
createServer((req, res) => handle(req, res, parse(req.url, true).pathname))
13-
.listen(port, (err) => {
14-
if (err) throw err
15-
console.log(`> Ready on http://localhost:${port}`)
11+
.then(() => {
12+
createServer((req, res) => handle(req, res, parse(req.url, true).pathname))
13+
.listen(port, (err) => {
14+
if (err) throw err
15+
console.log(`> Ready on http://localhost:${port}`)
16+
})
1617
})
17-
})

0 commit comments

Comments
 (0)