We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0709246 commit 42384baCopy full SHA for 42384ba
src/fs/glob.ts
@@ -12,6 +12,7 @@ export function searchComponents(ctx: Context) {
12
ignore: ['node_modules'],
13
onlyFiles: true,
14
cwd: root,
15
+ absolute: true,
16
})
17
18
if (!files.length && !ctx.options.customComponentResolvers?.length)
0 commit comments