Skip to content

Commit 14d0404

Browse files
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

File tree

sst.desktop.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default $config({
1818

1919
new sst.cloudflare.StaticSite("Desktop", {
2020
domain: "desktop." + domain,
21-
path: "packages/desktop",
21+
path: "packages/app",
2222
build: {
2323
command: "bun turbo build",
2424
output: "./dist",

0 commit comments

Comments
 (0)