Initial import NDC_1C

This commit is contained in:
2026-03-26 10:38:25 +03:00
commit a162d77ef7
2943 changed files with 3615871 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "NDC: Open Frontend",
"type": "pwa-msedge",
"request": "launch",
"url": "http://localhost:5174",
"webRoot": "${workspaceFolder}/frontend/src"
}
],
"compounds": [
{
"name": "NDC: Run All + Open UI",
"configurations": ["NDC: Open Frontend"],
"preLaunchTask": "NDC: Dev All (Backend + Frontend)"
}
]
}