This commit is contained in:
Frank
2025-12-23 07:38:42 -05:00
parent 464112baf6
commit f1c9a2a4ca
+1 -5
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",
})