Ramon Henrique Ornelas

Results 2 issues of Ramon Henrique Ornelas

Use @types/jsonpath problem with ```import jp from 'jsonpath';``` with rollup ``` [22:58:46] rollup: Treating 'fs' as external dependency [22:58:47] rollup: Treating 'module' as external dependency [22:58:51] rollup: No name was...

This PR allow building routes custom using express.router() in source file JS ```json-server router.js``` Use case ex: router.js ```javascript var path = require('path'); module.exports = function() { var express =...