fix webdomain

This commit is contained in:
Dax Raad
2025-07-03 09:58:25 -04:00
parent a54c5c6298
commit aeea84a877
2 changed files with 5 additions and 1 deletions

View File

@@ -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: {