Currently, it is hard-coded. But we should move it to dynamic based on the environment running. `const envName = import.meta.env.MODE === 'development' ? 'DEV' : 'PROD'`