ci: fix
This commit is contained in:
parent
b474f65547
commit
c75584a31b
@ -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…
Reference in New Issue
Block a user