summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-19 05:28:46 -0400
committerDax Raad <[email protected]>2025-09-19 05:28:46 -0400
commitebef2ea2d0d03365715002c0de76be5e2d44de1d (patch)
tree5a5777a782e6d3b460f109a2dcd64b070e06b3fc /infra
parentb5b8a0555d6a51aaebeaef35c2206843d7377164 (diff)
downloadopencode-ebef2ea2d0d03365715002c0de76be5e2d44de1d.tar.gz
opencode-ebef2ea2d0d03365715002c0de76be5e2d44de1d.zip
ci: stuff
Diffstat (limited to 'infra')
-rw-r--r--infra/desktop.ts2
1 files changed, 1 insertions, 1 deletions
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",
},
})