diff options
| author | Frank <[email protected]> | 2025-12-23 07:38:42 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-12-23 07:38:42 -0500 |
| commit | c75584a31bb1755682a081935b96246654812fc1 (patch) | |
| tree | de1c67860503daf42e75a87385f01423df9db35e /infra | |
| parent | b474f65547b3f4f190bc21f7d3a752406e547728 (diff) | |
| download | opencode-c75584a31bb1755682a081935b96246654812fc1.tar.gz opencode-c75584a31bb1755682a081935b96246654812fc1.zip | |
ci: fix
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/desktop.ts | 6 |
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", }) |
