rebuild finished for testing

This commit is contained in:
2024-01-23 21:28:20 +01:00
parent 7f98d3587d
commit 3c0981028c
21 changed files with 1712 additions and 0 deletions

14
frontend/components.d.ts vendored Normal file
View File

@@ -0,0 +1,14 @@
/* 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 {
BuildServerStats: typeof import('./src/components/BuildServerStats.vue')['default']
MainNav: typeof import('./src/components/MainNav.vue')['default']
Packages: typeof import('./src/components/Packages.vue')['default']
}
}