fix(timetable): reopen colour picker

+ some quick fixes to dropdowns again
This commit is contained in:
2026-06-22 20:19:17 +09:30
parent fadbca5969
commit 2be27299a5
18 changed files with 922 additions and 140 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ export default function ClosePlugin(): Plugin {
*/
closeBundle() {
console.log("Bundle closed"); // Log successful closure of the bundle
process.exit(0); // Exit with status 0 indicating a successful build
// Do not process.exit here — it can mask Vite render errors and break
// multi-target builds (`npm run build` runs chrome then firefox).
},
};
}