Release · v1.104.6
Fix local build scripts and dependencies
Fix local build scripts and dependencies
Details
- Update scripts/build_and_serve.sh to be standalone and agnostic - Update scripts/build_local.sh to handle Ruby environment setup - Update scripts/serve_local.sh to disable LiveReload (fix port conflict) and use curl for health check - Update Gemfile to include faraday-retry to silence warnings
Files changed (4)
| Gemfile | +1 | −0 |
| scripts/build_and_serve.sh | +0 | −1 |
| scripts/build_local.sh | +54 | −9 |
| scripts/serve_local.sh | +25 | −4 |