{ "name": "Vite 8 + React + base: '/app/'", "config": { "files": ["index.html"], "insertBefore": "", "commentSyntax": "html" }, "sourceFiles": ["index.html", "src/App.jsx", "src/main.jsx", "src/styles.css", "vite.config.js"], "generatedFiles": [], "wrapCases": [ { "name": "wraps hero title in source JSX", "args": { "classes": "hero-title", "tag": "h1" }, "expectedFile": "src/App.jsx" } ], "runtime": { "styling": "plain-css", "install": ["npm", "install", "--no-audit", "--no-fund", "--loglevel=error"], "devCommand": ["npx", "vite", "--host", "127.0.0.1"], "readyPattern": "Local:\\s+https?://[^:]+:(\\d+)", "readyTimeoutMs": 120000, "preActions": [{ "type": "goto", "path": "/app/" }], "probe": { "expectLiveInit": true, "expectConsoleClean": true } } }