This commit is contained in:
MartinBraquet
2026-02-17 15:54:58 +01:00
parent dd049dfb88
commit c47e693e69
5 changed files with 103 additions and 18 deletions

View File

@@ -17,8 +17,7 @@ check_services() {
if ! supabase status --output json | jq -r '.API_URL'; then
print_error "Supabase is not running. Starting..."
supabase start
supabase db reset
yarn test:db:reset
missing=1
fi