From aeea84a87762e94e5903942e8ef0727be9c159a5 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 3 Jul 2025 09:58:25 -0400 Subject: fix webdomain --- infra/app.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'infra') diff --git a/infra/app.ts b/infra/app.ts index 1123e3a6b..834936b71 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -9,6 +9,9 @@ const bucket = new sst.cloudflare.Bucket("Bucket") export const api = new sst.cloudflare.Worker("Api", { domain: `api.${domain}`, handler: "packages/function/src/api.ts", + environment: { + WEB_DOMAIN: domain, + }, url: true, link: [bucket], transform: { -- cgit v1.2.3