Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 11, 2024
1 parent 117cdbd commit bcb2b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ process.env.ESLINT ||= 'true'

async function _getGenerator(configPath?: string) {
const { config, sources } = await loadConfig(
path.uiPath(),
path.uiPath('src/'),
configPath,
)
if (!sources.length)
Expand Down

0 comments on commit bcb2b5a

Please sign in to comment.