From 1bd8e617198b7e1592142849accbc7889ae2526b Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 23 Dec 2025 17:03:00 -0500 Subject: ci: adam is not a full stack engineer --- infra/app.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'infra') diff --git a/infra/app.ts b/infra/app.ts index 97d7de557..1b2351ec8 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -46,10 +46,7 @@ new sst.cloudflare.x.Astro("Web", { }) new sst.cloudflare.StaticSite("WebApp", { - domain: { - name: "app." + domain, - // redirects: ["desktop." + domain], - }, + domain: "app." + domain, path: "packages/app", build: { command: "bun turbo build", -- cgit v1.2.3