We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
I would really appreciate this feature.
As context: I have a monorepo that has a package slice-library, that is used by multiple websites/apps in this repo.
slice-library
Therefore I have the following config:
import type { Config } from 'prismic-ts-codegen'; const config: Config = { output: './types.generated.ts', models: [ './shared/**/model.json', './[app-1]/**/model.json', './[app-2]/**/model.json', '../../apps/[app-1]/customtypes/**/index.json', '../../apps/[app-2]/customtypes/**/index.json', ], }; export default config;
A watch mode that would recompile the types when a model or custom type changes would be nice.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: