Open kou12345 opened 1 year ago
Local Development https://supabase.com/docs/guides/cli/local-development
supabaseの各種コマンドを実行すると、下記のエラーが出るが、もう一度実行すると正常に動作する
database is not healthy
Try rerunning the command with --debug to troubleshoot the error.
supabaseコマンドを使うときは、npxを付けることを忘れずに
How to generate TypeScript types with the Supabase CLI - SupabaseTips
npx supabase gen types typescript --local > .\database.types.ts
Supabase CLI Getting started https://supabase.com/docs/guides/cli/getting-started