Migracja na Vite

This commit is contained in:
2022-07-17 14:18:42 +02:00
parent 9e021fab6c
commit 8edaf91a7f
14 changed files with 482 additions and 25987 deletions
+7
View File
@@ -0,0 +1,7 @@
/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}