chore: add components name to configFile option

This commit is contained in:
Sadegh Barati 2024-02-13 23:29:24 +03:30
parent 2d7aeed3f1
commit 4762c67376

View File

@ -110,7 +110,7 @@ export async function getRawConfig(cwd: string): Promise<RawConfig | null> {
try {
const configResult = await c12LoadConfig({
name: 'components',
configFile: 'components.json',
configFile: 'components',
cwd,
})