From 028d589ea01efbcf27bc5810f8f350358b788786 Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 7 Jun 2025 23:46:53 -0400 Subject: Infra: use Astro component --- infra/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra') diff --git a/infra/app.ts b/infra/app.ts index ca4d86799..cc69f6163 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -42,7 +42,7 @@ export const api = new sst.cloudflare.Worker("Api", { // output: "dist", // }, // }) -new sst.cloudflare.Astro("Web", { +new sst.cloudflare.x.Astro("Web", { domain, path: "packages/web", environment: { -- cgit v1.2.3