mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
33b9e1ed29
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.
2 lines
50 B
JavaScript
2 lines
50 B
JavaScript
module.exports = require('config/postcss.config')
|