forked from sombochea/verdaccio-ui
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
const path = require('path');
|
|
|
|
module.exports = () => {
|
|
return path.join(__dirname, 'static');
|
|
};
|