{ "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": "/" } ] }