Merge pull request #1131 from buster-so/nate/reset-password

Update turbo.json
This commit is contained in:
Nate Kelley 2025-09-24 17:57:06 -06:00 committed by GitHub
commit af7b1fe329
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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": {