aboutsummaryrefslogtreecommitdiff
path: root/apps/web
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web')
-rw-r--r--apps/web/app/config/integrations.tsx1
-rw-r--r--apps/web/package.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/app/config/integrations.tsx b/apps/web/app/config/integrations.tsx
index 0b55c143..26d9476e 100644
--- a/apps/web/app/config/integrations.tsx
+++ b/apps/web/app/config/integrations.tsx
@@ -98,6 +98,7 @@ export const getIntegrations = (
console.log("Response:", response);
},
);
+ await window.postMessage({ action: "exportBookmarks" }, "*");
console.log("Message sent");
},
diff --git a/apps/web/package.json b/apps/web/package.json
index 51841eb6..bde35744 100644
--- a/apps/web/package.json
+++ b/apps/web/package.json
@@ -50,6 +50,7 @@
"@supermemory/db": "workspace:*",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/better-sqlite3": "^7.6.11",
+ "@types/firefox": "^0.0.34",
"@types/prismjs": "^1.26.5",
"@types/react-virtualized": "^9.21.30",
"@udecode/cn": "^39.0.0",