Skip to content

Commit

Permalink
fix(docz-core): correct data server websocket port
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Aug 16, 2018
1 parent 1910921 commit 47fe714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz-core/src/commands/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const dev = async (args: Config) => {
const { app } = await server.start()
const dataServer = new DataServer(
app.server,
config.websocketPort,
websocketPort,
config.websocketHost
)

Expand Down

0 comments on commit 47fe714

Please sign in to comment.