We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d0b64 commit 87414d7Copy full SHA for 87414d7
packages/wxt/src/core/runners/web-ext.ts
@@ -39,6 +39,7 @@ export function createWebExtRunner(): ExtensionRunner {
39
devtools: wxtUserConfig?.openDevtools,
40
startUrl: wxtUserConfig?.startUrls,
41
keepProfileChanges: wxtUserConfig?.keepProfileChanges,
42
+ chromiumPort: wxtUserConfig?.chromiumPort,
43
...(wxt.config.browser === 'firefox'
44
? {
45
firefox: wxtUserConfig?.binaries?.firefox,
0 commit comments