You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this route: server/routes/[owner]/[repo]/[packageAndRefOrSha].get.ts
Which was working properly. Now I added this too server/routes/[owner]/[repo]/[npmOrg]/[packageAndRefOrSha].get.ts and it's working (redirects to the route above), but it breaks the previous route I mentioned above. I wonder if I'm doing something wrong regarding the reproduction.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
https://github.com/stackblitz-labs/pkg.pr.new/pull/32/files#diff-adc28993ce942ac1009ac0fabadc03c9133c846eb1c2cba6f57847a5921b917d
Describe the bug
Thank you for the amazing library.
I had this route:
server/routes/[owner]/[repo]/[packageAndRefOrSha].get.ts
Which was working properly. Now I added this too
server/routes/[owner]/[repo]/[npmOrg]/[packageAndRefOrSha].get.ts
and it's working (redirects to the route above), but it breaks the previous route I mentioned above. I wonder if I'm doing something wrong regarding the reproduction.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: