mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
11 lines
353 B
HTML
11 lines
353 B
HTML
|
<script>
|
||
|
window.__VERDACCIO_BASENAME_UI_OPTIONS = {
|
||
|
"title": "Verdaccio Local Dev",
|
||
|
"sort_packages": "asc", "primary_color": null,
|
||
|
"pkgManagers": ["npm", "yarn", "pnpm"],
|
||
|
"version": "1.0.0", "flags": { "searchRemote": true },
|
||
|
"filename": "index.html",
|
||
|
"base": "http://localhost:9000/"
|
||
|
}
|
||
|
</script>
|