Skip to content

How to configure dev server port #576

Answered by aklinker1
zizhengtai asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the PR. Merged and released in v0.17.10!

wxt --port 1234

Or

// wxt.config.ts
export default defineConfig({
  dev: {
    server: {
      port: 1234,
    },
  },
});

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@zizhengtai
Comment options

@aklinker1
Comment options

Answer selected by zizhengtai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants