-
Notifications
You must be signed in to change notification settings - Fork 101
fix(add): respect custom dirs from nuxt project #586
New issue
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #586 +/- ##
======================================
Coverage ? 1.29%
======================================
Files ? 44
Lines ? 2865
Branches ? 44
======================================
Hits ? 37
Misses ? 2786
Partials ? 42 โ View full report in Codecov by Sentry. |
danielroe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like we also need to update the tests to pass the config
dir and compatibilityVersion: 4 config
๐ Linked issue
โ Type of change
๐ Description
Resolves #551
Changes the generated api template path to be resolved from
rootDirinstead ofsrcDirifcompatibilityVersion: 4, not sure if other templates should be fromrootDiras well, let me know.I also changed the template paths to use the config
dirwhere applicable, not sure if there's an open issue for this ๐ค