ENV Merger — combine multiple .env files
Most dotenv libraries load files in order — .env.base, then .env.local, then .env.development — with each layer overriding the previous. This tool mirrors that behavior in the browser so you can preview the final merged config before shipping.