Make RMO and Sync run in parallel and use the same sources

This commit is contained in:
Eli Ribble 2026-04-03 15:09:53 +00:00
parent d7d6888f63
commit b919472f42
No known key found for this signature in database
7 changed files with 13 additions and 14 deletions

View file

@ -1,9 +0,0 @@
import { createApp } from "vue";
import { createHead } from "@vueuse/head";
import App from "./AppRMO.vue";
const app = createApp(App);
const head = createHead();
app.use(head);
app.mount("#app");