Create `src/config.js` exporting `toEnvLines(config)` that converts an object into `KEY=value` lines with keys upper-cased. The test expects `{ port: 3000 }` to produce `["PORT=3000"]`.