WebUI setup

This commit is contained in:
Julien Valverdé
2024-07-06 21:33:31 +02:00
parent 51077765e5
commit 73bee895b1
14 changed files with 179 additions and 3 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()],
})