diff options
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/app.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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: { |
