Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit bcb2b5a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)