ci: fix
parent
b474f65547
commit
c75584a31b
|
|
@ -2,9 +2,5 @@ import { domain } from "./stage"
|
||||||
|
|
||||||
new sst.cloudflare.StaticSite("Desktop", {
|
new sst.cloudflare.StaticSite("Desktop", {
|
||||||
domain: "desktop." + domain,
|
domain: "desktop." + domain,
|
||||||
path: "packages/app",
|
path: "packages/app/public",
|
||||||
build: {
|
|
||||||
command: "bun turbo build",
|
|
||||||
output: "./dist",
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue