api-lib pointing to api-spec generated inside a directory has wrong path and fails #44
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
plugin-openapi
Creating this:
nx generate @trumbitta/nx-plugin-openapi:api-spec --name=spec --directory=app-name/api
Then this:
nx generate @trumbitta/nx-plugin-openapi:api-lib --name=api-lib --sourceSpecFileRelativePath=src/app-name.openapi.yaml --sourceSpecLib=app-name-api-spec
Something like this gets added in the project configuration for
api-lib
:Instead of this:
We need a fix and better tests for this use case.
The text was updated successfully, but these errors were encountered: