mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix: ui package search (#3713)
* fix: package search * Update init.ts --------- Co-authored-by: Juan Picado <juanpicado19@gmail.com>
This commit is contained in:
parent
8e79e5f4ab
commit
1029d7a381
1 changed files with 6 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue