Unverified Commit 9e07cb53 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Add devcontainer (#216)

parent de76cca8
Loading
Loading
Loading
Loading

.devcontainer.json

0 → 100644
+6 −0
Original line number Diff line number Diff line
{
  "name": "macos",
  "service": "macos",
  "forwardPorts": ["8006"],
  "dockerComposeFile": "compose.yml"
}