Skip to content

Commit

Permalink
Remove useless config override (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
sedubois authored and impronunciable committed Jan 16, 2017
1 parent 807d4be commit ffeeb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-server-express/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const express = require('express')
const next = require('next')

const dev = process.env.NODE_ENV !== 'production'
const app = next({ dir: '.', dev })
const app = next({ dev })
const handle = app.getRequestHandler()

app.prepare()
Expand Down

0 comments on commit ffeeb68

Please sign in to comment.