mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 06:04:28 +07:00
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
const path = require('path');
|
|
|
|
module.exports = () => {
|
|
return path.join(__dirname, 'static');
|
|
};
|