mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-07 00:51:34 +00:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
import { domain } from "./stage"
|
|
|
|
new sst.cloudflare.StaticSite("Desktop", {
|
|
domain: "desktop." + domain,
|
|
path: "packages/app/public",
|
|
})
|