move MainContainer Component to ui package and fix types

This commit is contained in:
Gregor Vostrak
2024-08-21 18:37:03 +02:00
parent c3cad88949
commit 35c65d3bf0
17 changed files with 699 additions and 61 deletions

View File

@@ -1,10 +1,11 @@
import { defineConfig } from 'vite';
import { resolve } from 'path';
import vue from '@vitejs/plugin-vue';
import dts from "vite-plugin-dts";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
plugins: [vue(), dts()],
build: {
lib: {
// src/indext.ts is where we have exported the component(s)