opencode/infra/desktop.ts
2025-12-26 14:35:22 -06:00

6 lines
142 B
TypeScript

import { domain } from "./stage"
new sst.cloudflare.StaticSite("Desktop", {
domain: "desktop." + domain,
path: "packages/app/public",
})