Skip to content

Commit bcb2b5a

Browse files
committed
chore: wip
1 parent 117cdbd commit bcb2b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ process.env.ESLINT ||= 'true'
1313

1414
async function _getGenerator(configPath?: string) {
1515
const { config, sources } = await loadConfig(
16-
path.uiPath(),
16+
path.uiPath('src/'),
1717
configPath,
1818
)
1919
if (!sources.length)

0 commit comments

Comments
 (0)