From b2d8b6f7a01efc032543d2d70c8747574ac73a14 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 14 Oct 2025 01:29:18 +0200 Subject: [PATCH] feat: Add custom .yml for Github Codespaces --- .devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 14d70b4..a7eeaf5 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -2,5 +2,5 @@ "name": "windows", "service": "windows", "forwardPorts": [8006], - "dockerComposeFile": "compose.yml" + "dockerComposeFile": ".github/codespaces.yml" }