mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
|
const path = require('path');
|
||
|
|
||
|
module.exports = () => {
|
||
|
return path.join(__dirname, 'static');
|
||
|
};
|