Files
TX/artifacts/tx-os/.replit-artifact/artifact.toml
T

32 lines
557 B
TOML
Raw Normal View History

kind = "web"
previewPath = "/"
2026-04-22 10:52:09 +00:00
title = "Tx OS"
version = "1.0.0"
2026-04-22 10:52:09 +00:00
id = "artifacts/tx-os"
router = "path"
[[integratedSkills]]
name = "react-vite"
version = "1.0.0"
[[services]]
name = "web"
paths = [ "/" ]
localPort = 25785
[services.development]
2026-04-22 10:52:09 +00:00
run = "pnpm --filter @workspace/tx-os run dev"
[services.production]
2026-04-22 10:52:09 +00:00
build = [ "pnpm", "--filter", "@workspace/tx-os", "run", "build" ]
publicDir = "artifacts/tx-os/dist/public"
serve = "static"
[[services.production.rewrites]]
from = "/*"
to = "/index.html"
[services.env]
PORT = "25785"
BASE_PATH = "/"