fix backend start dependencie

This commit is contained in:
einhornimmond 2025-04-29 14:47:52 +02:00
parent 4db22efcd6
commit ced2726f01

View File

@ -15,7 +15,7 @@
"dependsOn": ["database#up"]
},
"start": {
"dependsOn": ["database#up"]
"dependsOn": ["database#up", "build"]
}
}
}