luxe-frontend/.replit-artifact/artifact.toml

32 lines
607 B
TOML

kind = "web"
previewPath = "/"
title = "Luxe Companions"
version = "1.0.0"
id = "artifacts/luxe-companions"
router = "path"
[[integratedSkills]]
name = "react-vite"
version = "1.0.0"
[[services]]
name = "web"
paths = [ "/" ]
localPort = 24411
[services.development]
run = "pnpm --filter @workspace/luxe-companions run dev"
[services.production]
build = [ "pnpm", "--filter", "@workspace/luxe-companions", "run", "build" ]
publicDir = "artifacts/luxe-companions/dist/public"
serve = "static"
[[services.production.rewrites]]
from = "/*"
to = "/index.html"
[services.env]
PORT = "24411"
BASE_PATH = "/"