{ "name": "Astro 6 + Vite 7", "config": { "files": ["src/layouts/Layout.astro"], "insertBefore": "", "commentSyntax": "html" }, "sourceFiles": ["src/layouts/Layout.astro", "src/pages/index.astro", "astro.config.mjs"], "generatedFiles": [], "wrapCases": [ { "name": "wraps hero in pages/index.astro", "args": { "classes": "hero-title", "tag": "h1" }, "expectedFile": "src/pages/index.astro" } ], "runtime": { "styling": "plain-css", "install": ["npm", "install", "--no-audit", "--no-fund", "--loglevel=error"], "devCommand": ["npx", "astro", "dev", "--host", "127.0.0.1"], "readyPattern": "Local\\s+https?://[^:\\s]+:(\\d+)", "readyTimeoutMs": 180000, "probe": { "expectLiveInit": true, "expectConsoleClean": true }, "steer": { "sourceFile": "src/pages/index.astro" } } }