{
  "name": "Vite 8 + SvelteKit 2 + Svelte 5",
  "config": {
    "files": ["src/app.html"],
    "insertBefore": "</body>",
    "commentSyntax": "html"
  },
  "sourceFiles": ["src/app.html", "src/routes/+page.svelte", "src/routes/+layout.svelte", "svelte.config.js", "vite.config.js"],
  "generatedFiles": [],
  "wrapCases": [
    {
      "name": "wraps hero title in route source",
      "args": { "classes": "hero-title", "tag": "h1" },
      "expectedFile": "src/routes/+page.svelte"
    }
  ],
  "runtime": {
    "styling": "plain-css",
    "install": ["npm", "install", "--no-audit", "--no-fund", "--loglevel=error"],
    "devCommand": ["npx", "vite", "dev", "--host", "127.0.0.1"],
    "readyPattern": "Local:\\s+https?://[^:]+:(\\d+)",
    "readyTimeoutMs": 120000,
    "probe": {
      "expectLiveInit": true,
      "expectConsoleClean": true
    }
  }
}
