0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/test/unit/partials/config/plugin.js
2019-02-24 23:20:25 +01:00

10 lines
171 B
JavaScript

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