diff options
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/desktop.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/desktop.ts b/infra/desktop.ts index 494f81811..5c4155cc9 100644 --- a/infra/desktop.ts +++ b/infra/desktop.ts @@ -4,7 +4,7 @@ new sst.cloudflare.StaticSite("Desktop", { domain: "desktop." + domain, path: "packages/app", build: { - command: "bun run build", + command: "bun turbo build", output: "./dist", }, }) |
