5 lines
228 B
Bash
Executable file
5 lines
228 B
Bash
Executable file
## Set access Token
|
|
export SUPABASE_ACCESS_TOKEN=sbp_9a95062bb5df26f382ea79d0d43c6570f4071af8
|
|
|
|
## Generate types
|
|
npx --yes supabase gen types typescript --project-id "bcgdtkjbsxloiqfhtcfa" --schema public >src/types/supabase.ts
|