aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
blob: b58d3994435a4575ac6b34d114a0d0ee0916b62b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "image": "mcr.microsoft.com/devcontainers/javascript-node:22",
  "forwardPorts": [4321],
  "portsAttributes": {
    "4321": {
      "label": "Application",
      "onAutoForward": "notify"
    }
  },
  "customizations": {
    "vscode": {
      "extensions": ["astro-build.astro-vscode", "esbenp.prettier-vscode"]
    }
  }
}