Add base web UI

This commit is contained in:
2024-04-29 20:53:01 +02:00
parent f6e391e52c
commit 955067ad9c
14 changed files with 3459 additions and 2 deletions

View File

@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})