{
  "port": 5173,
  "protocol": "tcp",
  "service": "Vite dev server",
  "oneLiner": "Vite's default development server port.",
  "whatItIs": "Vite picks 5173 for `vite dev` unless server.port says otherwise, and it walks upward (5174, 5175) when the port is taken. Anything built on Vite — modern React, Vue, Svelte and SvelteKit setups — lands here. It is unregistered with IANA, so a listener on 5173 is a frontend developer's machine or a container running a dev build.",
  "exposure": {
    "verdict": "never",
    "note": "A dev server with hot-module reload, source maps and no auth has no business on a public interface."
  },
  "checkCommand": "curl -sI http://localhost:5173/",
  "links": [
    {
      "title": "Vite — Server Options (server.port default 5173)",
      "url": "https://vite.dev/config/server-options",
      "kind": "official-docs"
    },
    {
      "title": "Vite — Command Line Interface",
      "url": "https://vite.dev/guide/cli.html",
      "kind": "official-docs"
    },
    {
      "title": "vitejs/vite on GitHub",
      "url": "https://github.com/vitejs/vite",
      "kind": "github"
    }
  ]
}
