mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01: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
@ -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…
Reference in New Issue
Block a user