module.exports = { default: 'EXPORTS NEXT SERVER - Default Export', named: 'EXPORTS NEXT SERVER - Named Export', }