chore(server-e2e): adjust for server timeout

This commit is contained in:
Elian Doran
2025-05-22 18:32:03 +03:00
parent dac801b369
commit c38061c67d
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
"targets": {
"e2e": {
"dependsOn": [
"server:build"
"server:start-prod"
]
}
}