{
  "name": "Mintlify Preview",
  "image": "mcr.microsoft.com/devcontainers/javascript-node:22",
  "features": {},
  "forwardPorts": [3000],
  "portsAttributes": {
    "3000": {
      "label": "Mintlify Preview",
      "onAutoForward": "notify"
    }
  },
  "postCreateCommand": "npm install -g mint"
} 