1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-17 08:51:48 +07:00
verdaccio-ui/index.js

6 lines
99 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');
}