Skip to content

Commit 87414d7

Browse files
sylvaneauaklinker1
andauthored
fix: adding missing chromiumPort parameter in web-ext.ts to enable fixed port debugging (#1818)
Co-authored-by: Aaron <[email protected]>
1 parent f9d0b64 commit 87414d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/wxt/src/core/runners/web-ext.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export function createWebExtRunner(): ExtensionRunner {
3939
devtools: wxtUserConfig?.openDevtools,
4040
startUrl: wxtUserConfig?.startUrls,
4141
keepProfileChanges: wxtUserConfig?.keepProfileChanges,
42+
chromiumPort: wxtUserConfig?.chromiumPort,
4243
...(wxt.config.browser === 'firefox'
4344
? {
4445
firefox: wxtUserConfig?.binaries?.firefox,

0 commit comments

Comments
 (0)