From 4c0c83b02d05ad4ca8a5737019a0e186183dcddc Mon Sep 17 00:00:00 2001 From: Jay V Date: Mon, 16 Jun 2025 20:10:19 -0400 Subject: docs: readme --- infra/app.ts | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'infra') diff --git a/infra/app.ts b/infra/app.ts index cc69f6163..618860d92 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -31,17 +31,6 @@ export const api = new sst.cloudflare.Worker("Api", { }, }) -// new sst.cloudflare.StaticSite("Web", { -// path: "packages/web", -// domain, -// environment: { -// VITE_API_URL: api.url, -// }, -// build: { -// command: "bun run build", -// output: "dist", -// }, -// }) new sst.cloudflare.x.Astro("Web", { domain, path: "packages/web", -- cgit v1.2.3