desktop.ts 209 B

12345678910
  1. import { domain } from "./stage"
  2. new sst.cloudflare.StaticSite("Desktop", {
  3. domain: "desktop." + domain,
  4. path: "packages/desktop",
  5. build: {
  6. command: "bun turbo build",
  7. output: "./dist",
  8. },
  9. })