diff options
| author | Dax Raad <[email protected]> | 2025-09-19 05:28:46 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-19 05:28:46 -0400 |
| commit | ebef2ea2d0d03365715002c0de76be5e2d44de1d (patch) | |
| tree | 5a5777a782e6d3b460f109a2dcd64b070e06b3fc /infra | |
| parent | b5b8a0555d6a51aaebeaef35c2206843d7377164 (diff) | |
| download | opencode-ebef2ea2d0d03365715002c0de76be5e2d44de1d.tar.gz opencode-ebef2ea2d0d03365715002c0de76be5e2d44de1d.zip | |
ci: stuff
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 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", }, }) |
