1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-17 17:01:46 +07:00
verdaccio-ui/index.js
Juan Picado @jotadeveloper 1708e1bcc4
chore: add main file
2019-04-04 21:54:35 +02:00

6 lines
99 B
JavaScript

const path = require('path');
module.exports = () => {
return path.join(__dirname, 'static');
}