-
Notifications
You must be signed in to change notification settings - Fork 2
custom inheritence #25
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestnon-breaking config changeintruduces a non breaking config changeintruduces a non breaking config change
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnon-breaking config changeintruduces a non breaking config changeintruduces a non breaking config change
currently every context inherits from the default context. This should be customizeable using the following config entries
{ "context": { "local": { "root": true, ... }, "prod": { "parent": "local", ... } } }