Setting Up the Config Package
First, create a new package in your monorepo for your shared configurations:Defining Shared Configurations
Create your configuration definitions in the config package:Using the config package in other projects
Install SDK:CI/CD Considerations
- Build Order:
-
Validation:
- Add a CI step to build configuration before other packages
- Check for breaking changes in config updates