wip
Lint / Oxlint (push) Successful in 43s
Lint / ESLint (push) Successful in 49s
Lint / TypeScript (push) Successful in 49s
Deploy / Build (push) Failing after 1m42s

This commit is contained in:
2026-06-15 18:11:20 +02:00
parent 30145b1d2c
commit 475164c436
16 changed files with 412 additions and 181 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
import { createApp } from 'vue'
import App from './App.vue'
import { createApp } from "vue";
import App from "./App.vue";
createApp(App).mount('#app')
createApp(App).mount("#app");