devcontainer-env 0.1.0

Bridge devcontainers and the host environment — run host commands with devcontainer service environments and automatically rewrite container service URLs to host ports
1
2
3
4
5
6
7
8
{
  "packages": {
    ".": {
      "release-type": "rust",
      "changelog-path": "CHANGELOG.md"
    }
  }
}