Infra: use Astro component

This commit is contained in:
Frank
2025-06-07 23:46:53 -04:00
parent cdbdb96218
commit 028d589ea0
7 changed files with 235 additions and 51 deletions

View File

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