export const appConfig = () => ({ port: parseInt(process.env.APP_PORT || '3002', 10), env: process.env.APP_ENV || 'development', })