wwall3r / bingo

Example bingo app
2 stars 0 forks source link

Clean up remaining errors from pnpm check #6

Closed wwall3r closed 1 year ago

wwall3r commented 1 year ago

I made a pretty big push over the weekend to get most of the pnpm check errors knocked out. However, it has a few remaining items which still need attention. Once that is done, we can consider making it a more permanent addition as a commit hook and CI.

wwall3r commented 1 year ago

There are a couple of places complaining about not sending parameters which are optional in PGSQL but npx supabase gen types typescript ... said they were required. I think for now we can just // @ts-ignore those spots.

I wrote that up at supabase/cli/issues/752