feat: Add custom .yml for Github Codespaces

This commit is contained in:
Kroese 2025-10-14 01:29:18 +02:00 committed by GitHub
parent d546726431
commit b2d8b6f7a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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