diff options
| author | Dax Raad <[email protected]> | 2025-09-15 03:53:21 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-15 03:53:21 -0400 |
| commit | 925284c6c184b5ab032ad59fac335cd9d74d92a1 (patch) | |
| tree | fd34b06eaedfe600088341f4adc308266548be8f /infra | |
| parent | e716271466f434fd06501ad6de8b6b1e6b4c9c4d (diff) | |
| download | opencode-925284c6c184b5ab032ad59fac335cd9d74d92a1.tar.gz opencode-925284c6c184b5ab032ad59fac335cd9d74d92a1.zip | |
ci: sync
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/desktop.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/infra/desktop.ts b/infra/desktop.ts new file mode 100644 index 000000000..494f81811 --- /dev/null +++ b/infra/desktop.ts @@ -0,0 +1,10 @@ +import { domain } from "./stage" + +new sst.cloudflare.StaticSite("Desktop", { + domain: "desktop." + domain, + path: "packages/app", + build: { + command: "bun run build", + output: "./dist", + }, +}) |
