mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 16:04:03 +00:00
- Rename chrome-storage-backend.ts to web-extension-storage-backend.ts - Update to use globalThis.browser || globalThis.chrome for Firefox/Chrome compatibility - Export both names for backward compatibility - Fix tsc --preserveWatchOutput in web-ui dev script to prevent console clearing This fixes the "browser is not defined" error in Chrome extensions.
17 lines
No EOL
198 B
Text
17 lines
No EOL
198 B
Text
{
|
|
"folders": [
|
|
{
|
|
"name": "sitegeist",
|
|
"path": "../sitegeist"
|
|
},
|
|
{
|
|
"name": "pi-mono",
|
|
"path": "."
|
|
},
|
|
{
|
|
"name": "mini-lit",
|
|
"path": "../mini-lit"
|
|
}
|
|
],
|
|
"settings": {}
|
|
} |