Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RaeesBhatti committed Jan 8, 2020
1 parent 590a94a commit 32e068c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/dev/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,11 @@ class DevCommand extends Command {
process.env.NETLIFY_DEV = 'true'

let settings = await serverSettings(Object.assign({}, config.dev, flags))

if (!settings.proxyPort) {
settings.proxyPort = config.dev.proxyPort || 8080 // in case detector is bypassed
}

if (flags.dir || !(settings && settings.command)) {
let dist
if (flags.dir) {
Expand Down

0 comments on commit 32e068c

Please sign in to comment.