module.exports = { test: { MODE: 'test' }, pre: { MODE: 'pre', }, prod: { MODE: 'prod', } }