pvcnt / mergeable

A better inbox for GitHub pull requests
https://mergeable.pages.dev
MIT License
12 stars 3 forks source link

Manage redirection of SPA with a simpler server backend based on SWS #55

Closed davinkevin closed 4 days ago

davinkevin commented 4 days ago

This new implementation solves the case where the backend returns 404 if the page loaded is /settings or /stars. Additionally, this brings a very light server, with less CVE and build on top of distroless image.

Closes https://github.com/pvcnt/mergeable/issues/51