summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-rw-r--r--infra/desktop.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/infra/desktop.ts b/infra/desktop.ts
index 5c4155cc9..5e326af81 100644
--- a/infra/desktop.ts
+++ b/infra/desktop.ts
@@ -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",
})