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