first commit

This commit is contained in:
2026-05-26 15:19:33 +02:00
commit 273d9477d7
18 changed files with 2913 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Start Dev Server",
"type": "shell",
"command": "npx vite",
"isBackground": true,
"problemMatcher": {
"owner": "vite",
"pattern": {
"regexp": "^$"
},
"background": {
"activeOnStart": true,
"beginsPattern": "VITE",
"endsPattern": "Local:.*localhost"
}
}
}
]
}