import { createSSRApp } from "vue"; import App from "@/home/App.tsx"; createSSRApp(App).mount("#app-root");