fix(ui): move control ui chunking helper out of runtime source

This commit is contained in:
Vincent Koc
2026-05-25 13:51:35 +02:00
parent 5f934830d3
commit 968c87d798
9 changed files with 27 additions and 8 deletions

View File

@@ -162,7 +162,6 @@ const config = {
entry: [
"index.html!",
"src/main.ts!",
"src/build/chunking.ts!",
"vite.config.ts!",
"vitest*.ts!",
],