Skip to content
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

feat: add command support for .config folder #433

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Yizack
Copy link

@Yizack Yizack commented Jun 23, 2024

Add support for .config folder files. Closes #400

Comment on lines +119 to +124
const configFiles = [
'nuxt.config.ts',
'nuxt.config.js',
'.config/nuxt.ts',
'.config/nuxt.js',
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Yizack , I have a question.

Ques1

Is it possible to detect when .config/ are nested?

https://github.com/pi0/config-dir?tab=readme-ov-file#nesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add command creates nuxt.config.ts while nuxt.config.js exists
3 participants