You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The web-ext.config.ts in the project directory is working just fine. I'm trying to use it globally as mentioned in the docs by putting it in ~/web-ext.config.ts , but for windows I believe the path is C:\Users\<username>\. I tried changing the file name to .web-ext-config.js as in here but with not luck.
To Reproduce
Start dev mode: npm run dev
Expected behavior
Launch browser binaries specified in C:\Users\<username>|web-ext.config.ts
Screenshots
If applicable, add screenshots to help explain your problem.
I looked into this, and I think this is a problem with c12. It's not discovering the config file in the home directory correctly.
aklinker1
added
bug
Something isn't working
upstream
Issue related to an upstream library
and removed
pending-triage
Someone (usually a maintainer) needs to look into this to see if it's a bug
labels
Jul 2, 2024
Describe the bug
The
web-ext.config.ts
in the project directory is working just fine. I'm trying to use it globally as mentioned in the docs by putting it in~/web-ext.config.ts
, but for windows I believe the path isC:\Users\<username>\
. I tried changing the file name to.web-ext-config.js
as in here but with not luck.To Reproduce
npm run dev
Expected behavior
Launch browser binaries specified in
C:\Users\<username>|web-ext.config.ts
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: