Files
opencode/infra/desktop.ts
Dax Raad 925284c6c1 ci: sync
2025-09-15 03:53:21 -04:00

11 lines
203 B
TypeScript

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