mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
ba53d1edc8
* fix: improve dark mode styles * fix background color * feat: ui improvements * add tests
10 lines
No EOL
352 B
HTML
10 lines
No EOL
352 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> |