export const hooks = { '@flecks/core.config': () => ({ /** * Redis server host. */ host: 'localhost', /** * Redis server port. */ port: 6379, }), };