0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00
verdaccio/test/unit/partials/config/plugin.js

11 lines
171 B
JavaScript
Raw Normal View History

import path from 'path';
import config from './index';
module.exports = {
...config(),
auth: {
[`${path.join(__dirname, '../plugin/authenticate')}`]: { }
}
};