diff options
| author | Aryan Keluskar <[email protected]> | 2025-11-06 22:20:57 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-06 22:20:57 -0800 |
| commit | 7e692f9862d31cf455ea6a9ba545df2f52cf74f1 (patch) | |
| tree | 64da73867524e4a707ae7b6eadd76b815350d864 /apps/web/package.json | |
| parent | redeploy (diff) | |
| download | supermemory-7e692f9862d31cf455ea6a9ba545df2f52cf74f1.tar.xz supermemory-7e692f9862d31cf455ea6a9ba545df2f52cf74f1.zip | |
Migrate Chat Persistence from localStorage to IndexedDB to Fix QuotaExceededError (#560)
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index e2247046..46bfa8fb 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -59,6 +59,7 @@ "embla-carousel-autoplay": "^8.6.0", "embla-carousel-react": "^8.6.0", "framer-motion": "^12.23.12", + "idb-keyval": "^6.2.2", "is-hotkey": "^0.2.0", "lucide-react": "^0.525.0", "masonic": "^4.1.0", |