Skip to content

Commit

Permalink
fix: don't create a fake parent plugin for loading root plugins with …
Browse files Browse the repository at this point in the history
…a root path

was there so they didn't load things from process.cwd but we do that by setting config.root now
  • Loading branch information
apaleslimghost committed Nov 8, 2024
1 parent e90de8b commit 33b2edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/cli/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export async function loadConfig(
'app root',
config,
logger,
root ? { id: 'workspace root', root } : undefined
)
const validRootPlugin = rootPlugin.unwrap('root plugin was not valid!')

Expand Down

0 comments on commit 33b2edd

Please sign in to comment.