{ "rewrites": [ { "source": "/(.*)", "destination": "/index.html" } ], "installCommand": "HUSKY_SKIP_INSTALL=1 yarn install --network-timeout 600000 --child-concurrency 1 --force", "buildCommand": "yarn build", "outputDirectory": "build", "framework": "vite" }