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