Files
opencode/infra/desktop.ts
2025-09-19 05:28:46 -04:00

11 lines
205 B
TypeScript

import { domain } from "./stage"
new sst.cloudflare.StaticSite("Desktop", {
domain: "desktop." + domain,
path: "packages/app",
build: {
command: "bun turbo build",
output: "./dist",
},
})