🐜 fix(infra): Fix the Web path

This commit is contained in:
Wanjohi
2025-04-07 23:14:22 +03:00
parent 5a3fdf25ff
commit 6990494b34

View File

@@ -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",