thinking-toggle-wip
Frank 2025-12-23 07:38:42 -05:00 committed by Aiden Cline
parent e2b65f6ebd
commit b926c4f75a
1 changed files with 1 additions and 5 deletions

View File

@ -2,9 +2,5 @@ import { domain } from "./stage"
new sst.cloudflare.StaticSite("Desktop", {
domain: "desktop." + domain,
path: "packages/app",
build: {
command: "bun turbo build",
output: "./dist",
},
path: "packages/app/public",
})