Updates component explorer & adopts rspack for fixture serving (#306484)

This commit is contained in:
Henning Dieterichs
2026-04-01 05:25:14 +02:00
committed by GitHub
parent eac55d867e
commit b533ee4b6e
19 changed files with 4770 additions and 3868 deletions

View File

@@ -15,12 +15,13 @@
"redirection": {
"port": 5337
},
"viteConfig": "../../build/vite/vite.config.ts",
"vite": {
"hmr": {
"allowedPaths": [
"*.css"
]
}
"server": {
"type": "http",
"cmd": "npm run serve-out-rspack",
"cwd": "../../",
"wait": {
"stderr": "Loopback: http://localhost:(?<port>\\d+)/,"
},
"url": "http://localhost:${var:port}"
}
}