Refactor SidecarManager to use SidecarCommand struct abstracting runtime choice. resolve_sidecar_command() prefers Deno (runs TS directly, no build step), falls back to Node.js if deno not in PATH. Both runners bundled in tauri.conf.json resources. Set auto-update signing pubkey in updater config. |
||
|---|---|---|
| .. | ||
| ctx.rs | ||
| lib.rs | ||
| main.rs | ||
| pty.rs | ||
| session.rs | ||
| sidecar.rs | ||
| watcher.rs | ||