-
-
Notifications
You must be signed in to change notification settings - Fork 351
Watch Mode #654
Copy link
Copy link
Closed
Labels
feature 🚀Feature request.Feature request.
Metadata
Metadata
Assignees
Labels
feature 🚀Feature request.Feature request.
Description
Here is the use case:
You want to regenerate the openapi types when a file has changed (in this case the
openapi.jsonfile).It would be interesting to have a sort of watch mode built-in which would check changes to the openapi json file (or however is the best way to do this).
For inspiration/extra examples other packages have done something similar like this: https://the-guild.dev/graphql/codegen/docs/getting-started/development-workflow#watch-mode.