From ebef2ea2d0d03365715002c0de76be5e2d44de1d Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 19 Sep 2025 05:28:46 -0400 Subject: ci: stuff --- infra/desktop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra') diff --git a/infra/desktop.ts b/infra/desktop.ts index 494f81811..5c4155cc9 100644 --- a/infra/desktop.ts +++ b/infra/desktop.ts @@ -4,7 +4,7 @@ new sst.cloudflare.StaticSite("Desktop", { domain: "desktop." + domain, path: "packages/app", build: { - command: "bun run build", + command: "bun turbo build", output: "./dist", }, }) -- cgit v1.2.3