From 6990494b340f6abde537de77e2969e94dcc6b1d7 Mon Sep 17 00:00:00 2001 From: Wanjohi Date: Mon, 7 Apr 2025 23:14:22 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9C=20fix(infra):=20Fix=20the=20Web=20?= =?UTF-8?q?path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infra/www.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/www.ts b/infra/www.ts index af48355e..8779f249 100644 --- a/infra/www.ts +++ b/infra/www.ts @@ -6,7 +6,7 @@ import { domain } from "./dns"; import { steam } from "./steam"; new sst.aws.StaticSite("Web", { - path: "./packages/www", + path: "packages/www", build: { output: "./dist", command: "bun run build",