mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-28 18:45:31 +00:00
ci: fix
This commit is contained in:
parent
e2b65f6ebd
commit
b926c4f75a
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