-
Notifications
You must be signed in to change notification settings - Fork 296
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
fix(cli): add an option to component.json
to resolve nuxt buildDir
#447
Conversation
Thanks @samk-dev ! Adding |
Welcome :) yes adding a |
hey @zernonia I am back 🙂 I have checked the rest of the frameworks and saw that nuxt: z.object({
buildDir: z.string().default('.nuxt'),
}).optional() If it's okay with you let me know and will do the changes and update the pr 🙂 thanks |
Thanks for looking into that @samk-dev . I agree, let's go with adding |
@zernonia I have updated the pr with the needed changes 🙂
|
Adds the option to set
buildDir
for nuxt if it's changed fromnuxt.config
.It might be missing to be set from the prompt when running
npx shadcn-vue@latest init
if it's necessary please let me know so I can take a look at it asp.closes #429