feat: Add custom .yml for Github Codespaces (#1486)

This commit is contained in:
Kroese 2025-10-15 21:54:52 +02:00 committed by GitHub
parent 70dce80aec
commit ab457abc3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 1 deletions

View file

@ -2,5 +2,5 @@
"name": "windows",
"service": "windows",
"forwardPorts": [8006],
"dockerComposeFile": "compose.yml"
"dockerComposeFile": ".github/codespaces.yml"
}