mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
🐜 fix(infra): Fix the Web path
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user