diff options
| author | Adam <[email protected]> | 2025-12-19 07:38:33 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-19 07:38:38 -0600 |
| commit | e1ad2a355c84422ef8c6a20f998bc71f2881713a (patch) | |
| tree | b37c2dc4ff16bf6d9fcfd83f35a2ff5aea37d5aa /packages/tauri/package.json | |
| parent | 4f318f913e034ccd2fe4456461bf56b22a37eed9 (diff) | |
| download | opencode-e1ad2a355c84422ef8c6a20f998bc71f2881713a.tar.gz opencode-e1ad2a355c84422ef8c6a20f998bc71f2881713a.zip | |
fix(desktop): error handling
Diffstat (limited to 'packages/tauri/package.json')
| -rw-r--r-- | packages/tauri/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/tauri/package.json b/packages/tauri/package.json index b23257732..2c920b2e5 100644 --- a/packages/tauri/package.json +++ b/packages/tauri/package.json @@ -22,6 +22,7 @@ "@tauri-apps/plugin-shell": "~2", "@tauri-apps/plugin-store": "~2", "@tauri-apps/plugin-updater": "~2", + "@tauri-apps/plugin-http": "~2", "@tauri-apps/plugin-window-state": "~2", "solid-js": "catalog:" }, |
