From 8cbd59296e8510cb590b162d7548872fabf16c10 Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 23 May 2025 14:26:48 -0400 Subject: Share: syc --- app/infra/app.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'app/infra') diff --git a/app/infra/app.ts b/app/infra/app.ts index 1a97740f4..a331f14eb 100644 --- a/app/infra/app.ts +++ b/app/infra/app.ts @@ -23,14 +23,14 @@ export const api = new sst.cloudflare.Worker("Api", { }, }) -new sst.cloudflare.StaticSite("Web", { - path: "packages/web", - environment: { - VITE_API_URL: api.url, - }, - errorPage: "fallback.html", - build: { - command: "bun run build", - output: "dist/client", - }, -}) +//new sst.cloudflare.StaticSite("Web", { +// path: "packages/web", +// environment: { +// VITE_API_URL: api.url, +// }, +// errorPage: "fallback.html", +// build: { +// command: "bun run build", +// output: "dist/client", +// }, +//}) -- cgit v1.2.3