feat: Add devcontainer (#216)

This commit is contained in:
Kroese 2025-03-18 11:23:42 +01:00 committed by GitHub
parent de76cca895
commit 9e07cb5367
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
.devcontainer.json Normal file
View file

@ -0,0 +1,6 @@
{
"name": "macos",
"service": "macos",
"forwardPorts": ["8006"],
"dockerComposeFile": "compose.yml"
}