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 117cdbd commit bcb2b5aCopy full SHA for bcb2b5a
src/worker.ts
@@ -13,7 +13,7 @@ process.env.ESLINT ||= 'true'
13
14
async function _getGenerator(configPath?: string) {
15
const { config, sources } = await loadConfig(
16
- path.uiPath(),
+ path.uiPath('src/'),
17
configPath,
18
)
19
if (!sources.length)
0 commit comments