Hi everyone, does anyone have any advice around stack management for a single project where variables are injected depending on which stack is selected (dev/test/staging/prod).
I'm trying to avoid having multiple typescript files for each stack, but instead inject environment specific variables. Is there any best practices or docs I can follow to achieve this?