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 41b428c commit 38473b9Copy full SHA for 38473b9
docs/guide/essentials/config/browser-startup.md
@@ -49,7 +49,7 @@ export default defineConfig({
49
firefox: 'firefoxdeveloperedition', // Use Firefox Developer Edition instead of regular Firefox
50
edge: '/path/to/edge', // Open MS Edge when running "wxt -b edge"
51
},
52
- }
+ },
53
});
54
```
55
0 commit comments