chore: add components name to configFile option
This commit is contained in:
parent
2d7aeed3f1
commit
4762c67376
|
|
@ -110,7 +110,7 @@ export async function getRawConfig(cwd: string): Promise<RawConfig | null> {
|
||||||
try {
|
try {
|
||||||
const configResult = await c12LoadConfig({
|
const configResult = await c12LoadConfig({
|
||||||
name: 'components',
|
name: 'components',
|
||||||
configFile: 'components.json',
|
configFile: 'components',
|
||||||
cwd,
|
cwd,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user