summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-07-07 16:25:39 -0400
committerJay V <[email protected]>2025-07-07 16:26:23 -0400
commit9253a3ca9e561bb44e08d634295706ddade6f00e (patch)
tree2cd9fecabc377b1edc9d489d33bd21437fb9b08c /infra
parent7cfa297a78a549ac45b98c3126bc2c1d6a5a22ac (diff)
downloadopencode-9253a3ca9e561bb44e08d634295706ddade6f00e.tar.gz
opencode-9253a3ca9e561bb44e08d634295706ddade6f00e.zip
docs: debug
Diffstat (limited to 'infra')
-rw-r--r--infra/app.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/app.ts b/infra/app.ts
index 834936b71..f585748ae 100644
--- a/infra/app.ts
+++ b/infra/app.ts
@@ -39,6 +39,7 @@ new sst.cloudflare.x.Astro("Web", {
domain,
path: "packages/web",
environment: {
+ SST_STAGE: $app.stage,
VITE_API_URL: api.url,
},
})