Fadojutimi Temitayo Olusegun
Fadojutimi Temitayo Olusegun
I was going to create a new issue before seeing this one. In order not to pollute the codebase with `process.env` and also to have a central place to manage...
Hey @joelcolucci, the leak is probably due to the JSDOM library and the fact that you are reading the quill file synchronously. That could have an impact when converting large...
You are welcome man! The package gave me a good start though. Thanks.
@NicoPennec `globalCache.staticRoutes` will hold static site routes and since the package can be used for both statically and universally generated sites, line 25 returns error if it can't find the...
I'm just seeing this now. Sorry I've been busy with other things. @206577873 have you been able to fix the issue now?
This PR fixes the use of ```const expressApiVersioning = require('express-api-versioning').default;``` did you get it to work without the `default` key?