Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes swagger-ui Fastify plugin, hopefully temporarily (#551)
We've seen reports like #550 where swagger-ui prevents the server from starting, permanently. I haven't been able to reproduce this yet. We've opened an issue on the plugin repo to see if they have ideas: fastify/fastify-swagger-ui#156 For now, we're not really in need of this anyway, so just remove it. I've also updated a bunch of deps and shimmed in the "DOM" types in our tsconfig since there are lots of errors when compiling during the lib check phase for things like esbuild, vitest.
- Loading branch information