const path = require('path');

module.exports = {
    publicFolder: path.join(__dirname, 'build'),
};