We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b8a05 commit ebef2eaCopy full SHA for ebef2ea
5 files changed
infra/desktop.ts
@@ -4,7 +4,7 @@ new sst.cloudflare.StaticSite("Desktop", {
4
domain: "desktop." + domain,
5
path: "packages/app",
6
build: {
7
- command: "bun run build",
+ command: "bun turbo build",
8
output: "./dist",
9
},
10
})
0 commit comments