mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 08:44:22 +01:00
11 lines
209 B
TypeScript
11 lines
209 B
TypeScript
import { domain } from "./stage"
|
|
|
|
new sst.cloudflare.StaticSite("Desktop", {
|
|
domain: "desktop." + domain,
|
|
path: "packages/desktop",
|
|
build: {
|
|
command: "bun turbo build",
|
|
output: "./dist",
|
|
},
|
|
})
|