master
fix(testing): correct the type of `server`
feat: add legacy route converter, update tests
test(integration): rename app module in test e2e
test: GET endpoints should respond to HEAD reqs
feat(platform-fastify): implement lazy middleware registration
fix(platform): revert fastify regression
feat(common): add force-console option to nestfactory.create()
style: address integration tests lint errors
fix: middleware sort issues
fix(fastify): run middleware on routes excluded from global prefix
feat(core): middleware runs once for matching route
feat: move test
fix(fastify): avoid double prefixing inherited middleware
refactor(): reimplement routes storage