Files
tout-doux/resources/ts/main.ts
T
klemek c92f337006
TS Lint / ESLint (push) Successful in 43s
Python Lint CI / ruff-format-check (push) Successful in 53s
Python Lint CI / ruff (push) Successful in 59s
Python Lint CI / ty (push) Successful in 59s
TS Lint / Oxlint (push) Successful in 1m57s
TS Lint / TypeScript (push) Successful in 2m17s
chore: front-end
2026-06-30 18:15:14 +02:00

5 lines
93 B
TypeScript

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