export default (api) => { api.describe({ key: 'publicPath', config: { default: '/', schema(joi) { return joi .string(); } } }); };