mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-20 12:51:13 +08:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
import { domain } from "./stage"
|
|
|
|
new sst.cloudflare.StaticSite("Desktop", {
|
|
domain: "desktop." + domain,
|
|
path: "packages/app/public",
|
|
})
|