summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-15 03:53:21 -0400
committerDax Raad <[email protected]>2025-09-15 03:53:21 -0400
commit925284c6c184b5ab032ad59fac335cd9d74d92a1 (patch)
treefd34b06eaedfe600088341f4adc308266548be8f /infra
parente716271466f434fd06501ad6de8b6b1e6b4c9c4d (diff)
downloadopencode-925284c6c184b5ab032ad59fac335cd9d74d92a1.tar.gz
opencode-925284c6c184b5ab032ad59fac335cd9d74d92a1.zip
ci: sync
Diffstat (limited to 'infra')
-rw-r--r--infra/desktop.ts10
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",
+ },
+})