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

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