mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 00:27:21 +08:00
Scripts currently use CJS, which is causing a bit of a mess when trying to use shared utilities from the app. Converting everything to ESM so there are fewer conflicts when adding new scripts going forward.