{
  "version": "0.2.0",
  "configurations": [
    {
      "command": "./node_modules/.bin/astro dev --host 0.0.0.0",
      "name": "Development server",
      "request": "launch",
      "type": "node-terminal"
    }
  ]
}