3dub icon indicating copy to clipboard operation
3dub copied to clipboard

www dev server with livereload, file watching, http2, https, self signed cert generation

Results 3 3dub issues
Sort by recently updated
recently updated
newest added

## 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...

greenkeeper

## 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...

greenkeeper

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) => {...