Daten der Todo Apps persistiert

This commit is contained in:
Max
2026-07-15 08:50:49 +02:00
parent 497ab442f2
commit 451e0de4ff
4 changed files with 47 additions and 7 deletions
+3
View File
@@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
port: 3006
}
})