1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-04-19 03:01:36 +07:00
verdaccio-ui/index.js
Juan Picado @jotadeveloper 676ce592a5
chore: add semicolon
2019-04-04 22:30:25 +02:00

6 lines
100 B
JavaScript

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