summaryrefslogtreecommitdiffhomepage
path: root/infra/app.ts
diff options
context:
space:
mode:
Diffstat (limited to 'infra/app.ts')
-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,
},
})