fastify / fastify-funky

Make fastify functional! Plugin, adding support for fastify routes returning functional structures, such as Either, Task or plain parameterless function.
MIT License
80 stars 6 forks source link

perf: use `node:` prefix to bypass require.cache call for builtins #142

Closed Fdawgs closed 1 year ago

Fdawgs commented 1 year ago

See https://github.com/fastify/fastify-static/pull/407

Checklist