mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +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",
|
|
})
|