mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 18:34:26 +08:00
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Supabase Docs
Contributing to the specs
cd /web/spec/- run
makewhich will pull the latest TSDoc with your updates - add your comments to
supabase.yml|postgrest.yml|gotrue.yml|realtime.yml - run
npm run gen:supabaseinside the/specfolder which will generate the Docusaurus pages - run
npm run buildto make sure the build is working - submit your PR