1{
2 "name": "Vite 8 + React + HTTPS (self-signed)",
3 "config": {
4 "files": ["index.html"],
5 "insertBefore": "</body>",
6 "commentSyntax": "html"
7 },
8 "sourceFiles": ["index.html", "src/App.jsx", "src/main.jsx", "src/styles.css", "vite.config.js"],
9 "generatedFiles": [],
10 "wrapCases": [
11 {
12 "name": "wraps hero title in source JSX",
13 "args": { "classes": "hero-title", "tag": "h1" },
14 "expectedFile": "src/App.jsx"
15 }
16 ],
17 "runtime": {
18 "styling": "plain-css",
19 "install": ["npm", "install", "--no-audit", "--no-fund", "--loglevel=error"],
20 "devCommand": ["npx", "vite", "--host", "127.0.0.1"],
21 "scheme": "https",
22 "ignoreHTTPSErrors": true,
23 "readyPattern": "Local:\\s+https?://[^:]+:(\\d+)",
24 "readyTimeoutMs": 120000,
25 "probe": {
26 "expectLiveInit": true,
27 "expectConsoleClean": true
28 }
29 }
30}