mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 21:14:30 +08:00
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse 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