opencode/infra/desktop.ts
Dax Raad ebef2ea2d0
Some checks are pending
deploy / deploy (push) Waiting to run
ci: stuff
2025-09-19 05:28:46 -04:00

10 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",
},
})