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