Commit 14d0404
committed
fix: update sst.desktop.config.ts to deploy packages/app instead of packages/desktop
The deployment was still pointing to the old packages/desktop (Tauri wrapper) instead of
packages/app (web UI). This caused 'Cannot read properties of undefined (reading os_type)'
errors when running 'shuvcode web' because the Tauri plugins don't work in browser context.1 parent 94e434a commit 14d0404
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments