build does not rely on start command

This commit is contained in:
Nate Kelley 2025-09-23 11:15:45 -06:00
parent 87a515a95f
commit 4a98da74fa
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["@buster/database#start"],
"dependsOn": ["@buster/database#build"],
"outputs": ["target/release/**"],
"inputs": [
"server/**/*",