ci: fix
This commit is contained in:
parent
b474f65547
commit
c75584a31b
1 changed files with 1 additions and 5 deletions
|
|
@ -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",
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue