fastify / fastify-swagger-ui

Serve Swagger-UI for Fastify
MIT License
132 stars 40 forks source link

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

Closed Fdawgs closed 12 months ago

Fdawgs commented 12 months ago

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

Checklist