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
I just discovered the same. You can give an absolute path to typegen instead of placing the spec in the node_modules directory. This is most definitely a bug IMO, but I cannot afford to look into what causes it at the moment.
I had the problem during modularization of an multi purposes REST API
$ref is a powerful mechanism to connect to remote, local resources or even database, ...
The ref problem is to identify the exact context local, remote, ...
Docs references that definition can be read from file located in project dir:
typegen ./openapi.yml > client.d.ts - generate a type definition file
Unfortunately, it's not the case 7.3.2:
I've replaced it with the following command and it works:
But it doesn't seems to be right. Am I missing something or it's just a bug?
The text was updated successfully, but these errors were encountered: