v0.5.1
Pre-release
Pre-release
Fixed
- Revert the addition of the
localOpenApiSpec
config option. Using a user-defined route resulted in the generated OpenAPI spec file not being included in the Vercel build artifacts, thus making it not work. This issue is fixed by using a static path for the spec file so it will be always calledopenapi.json
and lies in the project root.