mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 14:44:46 +00: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",
|
|
})
|