fixed package updating issues

This commit is contained in:
2025-08-05 16:36:35 +02:00
parent 3f09e74f43
commit 65dc4d781e
10 changed files with 300 additions and 349 deletions

8
.vscode/mcp.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"servers": {
"nx-mcp": {
"type": "http",
"url": "http://localhost:9427/mcp"
}
}
}

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"nxConsole.nxWorkspacePath": "template",
"nxConsole.generateAiAgentRules": true
}