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