Skip to content

custom inheritence #25

@benammann

Description

@benammann

currently every context inherits from the default context. This should be customizeable using the following config entries

{
  "context": {
    "local": {
      "root": true,
      ...
    },
    "prod": {
      "parent": "local",
      ...
    }
  }
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions