feat: Improve Github Codespaces configuration (#1081)

This commit is contained in:
Kroese
2025-10-19 01:14:11 +02:00
committed by GitHub
parent dec2dc9230
commit b0dbfcb805

View File

@@ -12,7 +12,8 @@
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml"
"dockerComposeFile": "codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}