TaitoUnited / full-stack-template

Template for cloud-native applications and microservices running as containers/functions on Kubernetes, Docker Compose, or cloud. You can choose the stack during project creation.
https://taitounited.github.io/taito-cli/templates
MIT License
36 stars 8 forks source link

refactor(feature-flags): reduce feature flag repetition #159

Closed Jonesus closed 1 year ago

Jonesus commented 1 year ago

Improved the typescript trickery, this way we only need to edit the featureConfig object and won't need to keep another array up-to-date in addition

The AppEnv definition came up with some typing errors initially so we'll improve it as a drive-by