-
-
Notifications
You must be signed in to change notification settings - Fork 910
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Is there any recommendations for using air with multiple different services in a monorepo? Currently, each service has its own air.toml configuration. It leads to a lot of refactoring when changing one thing even though it is not that often. There are only slight changes for each config but many things are the same but redefined many times.
Describe the solution you'd like
having one root config and doing something like this would suffice with the key being some name that is defined:
air service1
air service2
Describe alternatives you've considered
- each service has its own config
- building a air.toml generation script for each service
Additional context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable