import p from 'path' export default { dist: p.join(process.cwd(), 'dist'), static: p.join(process.cwd(), 'dist'), }