summaryrefslogtreecommitdiffhomepage
path: root/infra/desktop.ts
blob: d4e32c65d72433f851ba62b03052591bd00f44e5 (plain)
1
2
3
4
5
6
7
8
9
10
import { domain } from "./stage"

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