React Tests

This commit is contained in:
Max
2026-07-14 08:09:57 +02:00
parent 350a5d5c83
commit e75d7a4120
17 changed files with 1864 additions and 0 deletions
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})