Skip to content

Commit

Permalink
rewrap server.js comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Dec 10, 2019
1 parent 66d1e52 commit 2570a18
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions server.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/* eslint-env node */

// This file doesn't go through babel or webpack transformation.
// Make sure the syntax and sources this file requires are compatible with the
// current node version you are running.
// See https://github.com/zeit/next.js/issues/1245 for discussions on Universal
// Webpack or universal Babel.
// This file doesn't go through babel or webpack transformation. Make sure the
// syntax and sources this file requires are compatible with the current Node.js
// version you are running. (See https://github.com/zeit/next.js/issues/1245 for
// discussions on universal Webpack vs universal Babel.)

const { createServer } = require('http')
const { parse } = require('url')
Expand Down

0 comments on commit 2570a18

Please sign in to comment.