Multi-build support; tested successfully for Electron

This commit is contained in:
Matthew Raymer
2025-01-07 09:40:31 +00:00
parent 8b77d2b573
commit ff4e23517b
75 changed files with 29022 additions and 24052 deletions

View File

@@ -191,7 +191,7 @@ function setupGlobalErrorHandler(app: VueApp) {
);
};
}
console.log("Bootstrapping Vue app...");
const app = createApp(App)
.component("fa", FontAwesomeIcon)
.component("camera", Camera)
@@ -203,3 +203,4 @@ const app = createApp(App)
setupGlobalErrorHandler(app);
app.mount("#app");
console.log("Vue app mounted.");