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
+17
View File
@@ -0,0 +1,17 @@
{
"name": "react-basics-2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gt.mbrnd.de/Max/react-basics.git"
},
"private": true,
"dependencies": {
"vite": "^8.1.4"
}
}