Files
bigcapital/vercel.json
2023-04-13 02:50:55 +02:00

9 lines
221 B
JSON

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