@@ -35,4 +35,5 @@ async function bootstrap() {
app.mount('#app')
}
+// eslint-disable-next-line no-void
void bootstrap()