summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-12-23 07:38:42 -0500
committerFrank <[email protected]>2025-12-23 07:38:42 -0500
commitc75584a31bb1755682a081935b96246654812fc1 (patch)
treede1c67860503daf42e75a87385f01423df9db35e /infra
parentb474f65547b3f4f190bc21f7d3a752406e547728 (diff)
downloadopencode-c75584a31bb1755682a081935b96246654812fc1.tar.gz
opencode-c75584a31bb1755682a081935b96246654812fc1.zip
ci: fix
Diffstat (limited to 'infra')
-rw-r--r--infra/desktop.ts6
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",
})