feat: Add devcontainer (#284)

This commit is contained in:
Kroese 2025-03-18 11:18:52 +01:00 committed by GitHub
parent 70cb1ae98c
commit 0b0c2dc1d8
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": "windows",
"service": "windows",
"forwardPorts": ["8006"],
"dockerComposeFile": "compose.yml"
}