fix(nx/server): flaky run due to missing debug dependency

This commit is contained in:
Elian Doran
2025-04-24 13:43:41 +03:00
parent a84744da30
commit 13d9cb4679
3 changed files with 18 additions and 9 deletions

View File

@@ -22,6 +22,7 @@
"csrf-csrf": "3.1.0",
"dayjs": "1.11.13",
"debounce": "2.2.0",
"debug": "4.4.0",
"ejs": "3.1.10",
"electron": "35.1.5",
"electron-debug": "4.1.0",
@@ -145,7 +146,9 @@
"dependsOn": [
{
"target": "build",
"projects": [ "client" ]
"projects": [
"client"
]
}
]
}