Huakun Shen bd8a249b3c
Enhance clipboard and database management in initialization process
- Added logging to `cleanClipboard` to indicate the number of clipboard entries older than a specified number of days.
- Introduced a new utility function `vacuumSqlite` for database maintenance, which is now called during app initialization.
- Updated the `init` function to await the completion of `cleanClipboard` and `vacuumSqlite` for better error handling and flow control.
- Ensured that the console attachment in `onMount` is awaited for proper synchronization.
2025-04-03 11:20:07 -04:00
..
2025-03-26 08:50:55 -04:00
2025-03-26 08:50:55 -04:00