build: full build with vite

This commit is contained in:
2025-12-20 15:08:58 +01:00
parent 209c54e906
commit dc63ea7d1f
22 changed files with 4155 additions and 1354 deletions
+4
View File
@@ -0,0 +1,4 @@
import { createApp } from "vue";
import App from "./App.vue";
createApp(App).mount("#app");