summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-12-23 07:53:33 -0500
committerFrank <[email protected]>2025-12-23 07:53:33 -0500
commitb18d22498cbb1839a58502366c4af337ebb796ca (patch)
treea27b68cdb8f43b33e0d8b74dea00358ae2268d70 /infra
parentc75584a31bb1755682a081935b96246654812fc1 (diff)
downloadopencode-b18d22498cbb1839a58502366c4af337ebb796ca.tar.gz
opencode-b18d22498cbb1839a58502366c4af337ebb796ca.zip
ci: fix
Diffstat (limited to 'infra')
-rw-r--r--infra/app.ts2
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: {