mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 02:34:22 +08:00
This code throws an error because it includes TypeScript types in two locations. Adding `lang="ts"` to the `<script>` tag also fixes the issue, but since TS doesn't seem to be present anywhere else in this starter, for the sake of simplicity, I felt it was better to simply remove the TS syntax.