From 34a2dcb80a28e208c986d39ce1e145f245691f62 Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 23 May 2025 14:40:28 -0400 Subject: Share: sync --- 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 a331f14eb..1a97740f4 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