Files
cool-domain-web/src/main.ts
T
klemek 475164c436
Lint / Oxlint (push) Successful in 43s
Lint / ESLint (push) Successful in 49s
Lint / TypeScript (push) Successful in 49s
Deploy / Build (push) Failing after 1m42s
wip
2026-06-15 18:11:20 +02:00

5 lines
93 B
TypeScript

import { createApp } from "vue";
import App from "./App.vue";
createApp(App).mount("#app");