diff --git a/.devcontainer.json b/.devcontainer.json index dcd11bf..1c17f12 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -2,8 +2,8 @@ "name": "windows", "service": "windows", "forwardPorts": [8006], - "dockerComposeFile": ".github/codespaces.yml", "hostRequirements": { "storage": "64gb" - } + }, + "dockerComposeFile": ".github/codespaces.yml" }