mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01: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>
|