mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
14 lines
245 B
JavaScript
14 lines
245 B
JavaScript
|
module.exports = {
|
||
|
community: [
|
||
|
{
|
||
|
type: 'autogenerated',
|
||
|
dirName: '.',
|
||
|
},
|
||
|
{
|
||
|
type: 'link',
|
||
|
label: 'Follow us on YouTube',
|
||
|
href: 'https://www.youtube.com/channel/UC5i20v6o7lSjXzAHOvatt0w',
|
||
|
}
|
||
|
],
|
||
|
};
|