UNPKG

105 BJavaScriptView Raw
1const path = require('path');
2
3module.exports = {
4 themesDirectory: path.resolve(__dirname, 'themes')
5};