Skip to content

Commit

Permalink
fix: package search
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhangdev committed Apr 4, 2023
1 parent 81bee27 commit ec34e1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/cli/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ export class InitCommand extends Command {
configParsed.https = { enable: false };
}

configParsed.flags = {
...configParsed.flags,
// on this version there is no remote search
searchRemote: false,
}

process.title = (configParsed.web && configParsed.web.title) || 'verdaccio';

startVerdaccio(
Expand Down

0 comments on commit ec34e1f

Please sign in to comment.