Skip to content

Commit

Permalink
Merge pull request #669 from 130n/master
Browse files Browse the repository at this point in the history
Remove duplicate port allocation - fixes #658
  • Loading branch information
RaeesBhatti authored Jan 7, 2020
2 parents ba3bd39 + 31311a5 commit 52543ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/dev/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class DevCommand extends Command {
functionWatcher.on('change', functionBuilder.build)
functionWatcher.on('unlink', functionBuilder.build)
}
const functionsPort = await getPort({ port: settings.functionsPort || 34567 })
const functionsPort = settings.functionsPort

// returns a value but we dont use it
await serveFunctions({
Expand Down

0 comments on commit 52543ca

Please sign in to comment.