From b926c4f75ad405fcd11023c4062bae1692e3f5e5 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 23 Dec 2025 07:38:42 -0500 Subject: [PATCH] ci: fix --- infra/desktop.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/infra/desktop.ts b/infra/desktop.ts index 5c4155cc9a..5e326af816 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", })