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
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
I'm writing a custom generator and want to use applicationGenerator located in src/generators/application/generator.ts but it's not exposed in the library based index.ts
Describe the solution you'd like
Add export * from "./src/generators/application/generator.ts";
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
I'm writing a custom generator and want to use
applicationGenerator
located insrc/generators/application/generator.ts
but it's not exposed in the library based index.tsDescribe the solution you'd like
Add
export * from "./src/generators/application/generator.ts";
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: