Lernkarten-App aus Unterrichtsmaterialien hinzugefügt

This commit is contained in:
2026-07-15 10:26:52 +02:00
parent 451e0de4ff
commit 786c9c5e24
28 changed files with 4125 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
port: 3005
}
})