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 = "/"