From ced2726f019a12067111b5837722b38cdf65bd39 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 29 Apr 2025 14:47:52 +0200 Subject: [PATCH] fix backend start dependencie --- backend/turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/turbo.json b/backend/turbo.json index 1e76fff6f..48b14819d 100644 --- a/backend/turbo.json +++ b/backend/turbo.json @@ -15,7 +15,7 @@ "dependsOn": ["database#up"] }, "start": { - "dependsOn": ["database#up"] + "dependsOn": ["database#up", "build"] } } } \ No newline at end of file