refactor: remove web support for native-first architecture

- Remove IndexedDB storage implementation (~90 lines)
- Remove 'web' platform from type definitions
- Remove web platform registration from plugin
- Update storage factory to exclude web platform
- Remove web-specific SSR safety checks from vite-plugin
- Delete web implementation files (src/web/, www/)

BREAKING CHANGE: Web (PWA) platform support removed. Plugin now
supports Android, iOS, and Electron platforms only.
This commit is contained in:
Matthew Raymer
2025-10-08 06:17:24 +00:00
parent a43997ed88
commit 9a679cd69b
7 changed files with 553 additions and 609 deletions

View File