Simon Pai
Simon Pai
# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...
### Feature scope API ### Description Our Meltano project has a relatively large state (like 20MB), so the size of `meltano.db` grows quickly. To my best understanding, currently the `StateService`...
Given a pathPrefix = `"/abc/"`, the [server](https://github.com/11ty/eleventy-dev-server/blob/e8cb274b88c278b17d455dd5dd1b596a14b8581d/server.js#L277-L291) may redirect path `/abc/def` to `/def/`. We need to prepend the pathPrefix back for the new location.