{ "name": "Vite 8 + SvelteKit 2 + Svelte 5", "config": { "files": ["src/app.html"], "insertBefore": "", "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": "node_modules/.impeccable-live/wraptest0/manifest.json", "expectedSourceFile": "src/routes/+page.svelte", "expectedPreviewMode": "svelte-component" } ], "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 } } }