fix: need to add browser flag to .presetterrc.json

This commit is contained in:
Derrick Hammer 2023-07-02 17:30:28 -04:00
parent 2e86ce5ffa
commit 2f92782995
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"@lumeweb/presetter-kernel-module-preset"
],
"config": {
"official": true
"official": true,
"browser": true
}
}