const config = { locales: ['it', 'es', 'en'], }; const bootstrap = () => { console.log('I AM BOOTSTRAPPED'); }; export default { config, bootstrap, };