Files
bigcapital/vercel.json
2023-10-04 12:17:27 +02:00

14 lines
315 B
JSON

{
"installCommand": "pnpm install",
"buildCommand": "CI='' pnpm run build:webapp",
"outputDirectory": "packages/webapp/build",
"rewrites": [{
"source": "/api/:slug*",
"destination": "https://dev.bigcapital.ly/api/:slug*"
},
{
"source": "/(.*)",
"destination": "/"
}
]
}