UNPKG

178 BJavaScriptView Raw
1const { resolve } = require('path')
2
3module.exports = {
4 clientRootMixin: resolve(__dirname, 'clientRootMixin.js'),
5 enhanceAppFiles: resolve(__dirname, 'enhanceAppFile.js')
6}