mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-08 04:49:45 -05:00
[AI] desktop-client: drop unused absurd-sql dependency
desktop-client no longer imports absurd-sql directly — that plumbing moved into loot-core's backend-worker module as part of the browser worker consolidation. The dep was left over; removing it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -139,7 +139,6 @@
|
||||
"@use-gesture/react": "^10.3.1",
|
||||
"@vitejs/plugin-basic-ssl": "^2.3.0",
|
||||
"@vitejs/plugin-react": "^6.0.1",
|
||||
"absurd-sql": "0.0.54",
|
||||
"auto-text-size": "^0.2.3",
|
||||
"babel-plugin-react-compiler": "^1.0.0",
|
||||
"cmdk": "^1.1.1",
|
||||
|
||||
@@ -24,7 +24,7 @@ const ACTUAL_VERSION = Platform.isPlaywright
|
||||
// *** Start the backend ***
|
||||
//
|
||||
// The multi-tab coordinator (leader/follower over SharedWorker), direct
|
||||
// Worker fallback, and absurd-sql bridge now all live in loot-core
|
||||
// Worker fallback, and sqlite worker bridge now all live in loot-core
|
||||
// (packages/loot-core/src/platform/client/browser-preload). We only
|
||||
// hand it the desktop-specific inputs.
|
||||
const worker = startBrowserBackend({
|
||||
|
||||
Reference in New Issue
Block a user