Update turbo.json

This commit is contained in:
Nate Kelley 2025-09-24 17:56:48 -06:00
parent 25967e4f19
commit ceb7db3366
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"dev": {
"cache": false,
"persistent": true,
"dependsOn": ["^build","@buster-app/supabase#start"],
"dependsOn": ["^build", "@buster-app/supabase#start"],
"with": ["@buster/database#dev"]
},
"dev:fast": {