'use strict';
const path = require('path');
module.exports = {
publicFolder: path.join(__dirname, 'dist'),
};