2026-03-27 02:46:26 +00:00

32 lines
612 B
TOML

kind = "web"
previewPath = "/"
title = "متجر اكسترا السعودي"
version = "1.0.0"
id = "artifacts/extra-store"
router = "path"
[[integratedSkills]]
name = "react-vite"
version = "1.0.0"
[[services]]
name = "web"
paths = [ "/" ]
localPort = 21175
[services.development]
run = "pnpm --filter @workspace/extra-store run dev"
[services.production]
build = [ "pnpm", "--filter", "@workspace/extra-store", "run", "build" ]
publicDir = "artifacts/extra-store/dist/public"
serve = "static"
[[services.production.rewrites]]
from = "/*"
to = "/index.html"
[services.env]
PORT = "21175"
BASE_PATH = "/"