You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you pass the --env flag with a value that is not PROD, or specified in your Reslang servers block, Reslang does not error as it should. Instead, it just generates an empty servers block in the openapi spec.
For example,
reslang ~/code/reslang/models/servers --env JUNK
does not error and generates this in the OpenAPI spec.
servers: []
The text was updated successfully, but these errors were encountered:
If you pass the --env flag with a value that is not PROD, or specified in your Reslang servers block, Reslang does not error as it should. Instead, it just generates an empty servers block in the openapi spec.
For example,
does not error and generates this in the OpenAPI spec.
The text was updated successfully, but these errors were encountered: