Skip to content

Decouple devServer socket port from devServer port [Quasar v2] #9473

Answered by jhrr
jhrr asked this question in CLI - PWA mode
Discussion options

You must be logged in to vote

Solution found in this issue.

Add the following to the devServer config.

devServer: {
  port: 3000,
  client: {
    port: 8000,
  },
},

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jhrr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant