1
0
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:
jzhangdev 2023-04-04 13:17:31 +08:00 committed by GitHub
parent 8e79e5f4ab
commit 1029d7a381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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(