@vercel/fs-detectors@5.8.10
📦 vercel-cliView on GitHub →
🐛 2 fixes
Summary
This patch release focuses on improving service route prefix handling for Go and Ruby runtimes in services mode, alongside dependency updates.
🐛 Bug Fixes
- Fixed service route-prefix stripping for standalone Go services when running in services mode by updating the Go executable bootstrap and adding a Go dev wrapper.
- [services] Route prefix is now stripped in the Ruby runtime by mounting the app at SCRIPT_NAME when the service route prefix is auto-configured.