@@ -2,9 +2,5 @@ import { domain } from "./stage"
new sst.cloudflare.StaticSite("Desktop", {
domain: "desktop." + domain,
- path: "packages/app",
- build: {
- command: "bun turbo build",
- output: "./dist",
- },
+ path: "packages/app/public",
})