Skip to content

custom inheritence #25

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",
      ...
    }
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions