first release

This commit is contained in:
2025-05-05 23:28:09 +02:00
parent b8d150d785
commit 07f82b1e8f
35 changed files with 6443 additions and 0 deletions

7
ui/vite.config.ts Normal file
View File

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