1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-02 09:31:36 +07:00
verdaccio-ui/index.js

6 lines
100 B
JavaScript
Raw Normal View History

2019-04-05 02:54:35 +07:00
const path = require('path');
module.exports = () => {
return path.join(__dirname, 'static');
2019-04-05 03:30:25 +07:00
};