mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +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";
|
import { steam } from "./steam";
|
||||||
|
|
||||||
new sst.aws.StaticSite("Web", {
|
new sst.aws.StaticSite("Web", {
|
||||||
path: "./packages/www",
|
path: "packages/www",
|
||||||
build: {
|
build: {
|
||||||
output: "./dist",
|
output: "./dist",
|
||||||
command: "bun run build",
|
command: "bun run build",
|
||||||
|
|||||||
Reference in New Issue
Block a user