upgrade to vite 8

FASTER FASTER FASTER FASTER FASTER FASTER
This commit is contained in:
imperosol
2026-03-13 09:30:50 +01:00
parent 00acda7ba3
commit 10a4e71b7a
6 changed files with 740 additions and 1335 deletions

View File

@@ -26,7 +26,6 @@ export class NfcInput extends inheritHtmlElement("input") {
window.alert(gettext("Unsupported NFC card"));
});
// biome-ignore lint/correctness/noUndeclaredVariables: browser API
ndef.addEventListener("reading", (event: NDEFReadingEvent) => {
this.removeAttribute("scan");
this.node.value = event.serialNumber.replace(/:/g, "").toUpperCase();