diff options
| author | Frank <[email protected]> | 2025-12-23 07:53:33 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-12-23 07:53:33 -0500 |
| commit | b18d22498cbb1839a58502366c4af337ebb796ca (patch) | |
| tree | a27b68cdb8f43b33e0d8b74dea00358ae2268d70 /infra | |
| parent | c75584a31bb1755682a081935b96246654812fc1 (diff) | |
| download | opencode-b18d22498cbb1839a58502366c4af337ebb796ca.tar.gz opencode-b18d22498cbb1839a58502366c4af337ebb796ca.zip | |
ci: fix
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/app.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/app.ts b/infra/app.ts index da4ac45b8..1b2351ec8 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -45,7 +45,7 @@ new sst.cloudflare.x.Astro("Web", { }, }) -new sst.cloudflare.StaticSite("App", { +new sst.cloudflare.StaticSite("WebApp", { domain: "app." + domain, path: "packages/app", build: { |
