diff options
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/desktop.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/desktop.ts b/infra/desktop.ts index 5c4155cc9..d4e32c65d 100644 --- a/infra/desktop.ts +++ b/infra/desktop.ts @@ -2,7 +2,7 @@ import { domain } from "./stage" new sst.cloudflare.StaticSite("Desktop", { domain: "desktop." + domain, - path: "packages/app", + path: "packages/desktop", build: { command: "bun turbo build", output: "./dist", |
