Files
bigcapital/vercel.json
2023-07-07 01:14:37 +02:00

14 lines
334 B
JSON

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