How to start dev mode in other browsers #1584
-
I don't have Chrome installed and want to use other browser like Arc (Chromium) to launch the dev mode. How to do this? Now I got the error when I tried import { defineWebExtConfig } from "wxt";
export default defineWebExtConfig({
binaries: {
// Customize which binary to use for a specific browser
arc: "/Applications/Arc.app/Contents/MacOS/Arc",
},
}); but does not work |
Beta Was this translation helpful? Give feedback.
Answered by
mengxi-ream
Apr 17, 2025
Replies: 1 comment 1 reply
-
launch using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mengxi-ream
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
launch using
wxt -b arc
solve the problem