Describe the bug
I set a custom build directory using the buildDir option in the configuration, but the nuxt db generate still checks for .nuxt instead of the new directory (nuxt-build in my case).
Steps to reproduce
- Add the
buildDir option in the configuration with a custom path.
- Create a schema for the database.
- Run
nuxt db generate.
Expected behavior
The command should detect the configuration and use the custom path instead of the default one.
Describe the bug
I set a custom build directory using the buildDir option in the configuration, but the
nuxt db generatestill checks for.nuxtinstead of the new directory (nuxt-buildin my case).Steps to reproduce
buildDiroption in the configuration with a custom path.nuxt db generate.Expected behavior
The command should detect the configuration and use the custom path instead of the default one.