This commit is contained in:
2025-08-09 03:38:22 +02:00
parent b677b5f711
commit 679427a6f9
280 changed files with 12578 additions and 47 deletions

12
.vscode/tasks.json vendored
View File

@@ -6,16 +6,16 @@
"type": "shell",
"command": "nvs use latest && npm run start",
"options": {
"cwd": "${workspaceFolder}/front"
"cwd": "${workspaceFolder}/front/v2"
},
"isBackground": true,
"problemMatcher": [],
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared"
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared"
}
}
]
}
}