We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0d68e commit b388c9bCopy full SHA for b388c9b
1 file changed
src/tools/proxy.go
@@ -84,6 +84,7 @@ func ProxyResponseHandler() func(*http.Response) error {
84
// Also support for pnpm and bun
85
if strings.HasPrefix(r.Request.UserAgent(), "npm") ||
86
strings.HasPrefix(r.Request.UserAgent(), "pnpm") ||
87
+ strings.HasPrefix(r.Request.UserAgent(), "yarn") ||
88
strings.HasPrefix(r.Request.UserAgent(), "Bun") {
89
90
// Respond to only requests that respond with JSON
0 commit comments