diff --git a/front/components.d.ts b/front/components.d.ts new file mode 100644 index 0000000..0a6d354 --- /dev/null +++ b/front/components.d.ts @@ -0,0 +1,18 @@ +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-vue-components +// Read more: https://github.com/vuejs/core/pull/3399 +export {} + +declare module 'vue' { + export interface GlobalComponents { + CheckIcon: typeof import('./src/components/CheckIcon.vue')['default'] + Database: typeof import('./src/components/Database.vue')['default'] + IMdiCheck: typeof import('~icons/mdi/check')['default'] + IMdiClose: typeof import('~icons/mdi/close')['default'] + IMdiReload: typeof import('~icons/mdi/reload')['default'] + Terminal: typeof import('./src/components/Terminal.vue')['default'] + Turnslite: typeof import('./src/components/Turnslite.vue')['default'] + } +} diff --git a/front/src/vite-env.d.ts b/front/src/vite-env.d.ts new file mode 100644 index 0000000..11f02fe --- /dev/null +++ b/front/src/vite-env.d.ts @@ -0,0 +1 @@ +///