diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index de28210a..b737430a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,14 +1,10 @@ { "service": "frontend-dev", "dockerComposeFile": "../docker-compose.yaml", -"forwardPorts": [ - 3000 -], -"customizations": { - "vscode": { - "extensions": [ - "GitHub.copilot" - ] - } -} + "forwardPorts": [3000], + "customizations": { + "vscode": { + "extensions": ["GitHub.copilot"] + } + } }