3dub
3dub copied to clipboard
www dev server with livereload, file watching, http2, https, self signed cert generation
## The dependency [camelcase-keys](https://github.com/sindresorhus/camelcase-keys) was updated from `5.2.0` to `6.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## The dependency [chokidar](https://github.com/paulmillr/chokidar) was updated from `3.3.0` to `3.3.1`. π¨ [View failing branch](https://github.com/MiguelCastillo/3dub/compare/master...MiguelCastillo:greenkeeper%2Fchokidar-3.3.1). This version is **covered** by your **current version range** and after updating it in your project...
Adding the ability to configure routes and mapping them to modules that handle them would be fantastic. Example: ``` { "routes": { "/hello/world": "./helloWorldController", "/hello/next": (req, res, next) => {...