Files
supabase/about
dependabot[bot] baa076987e chore(deps): bump terser from 4.8.0 to 4.8.1 in /about
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>
2022-08-03 03:07:58 +00:00
..
2022-07-07 15:38:46 +08:00
2022-06-12 01:22:07 -07:00
2022-01-27 22:19:18 -05:00
2022-04-12 23:19:42 -04:00

Supabase Docs

Contributing to the specs

  • cd /web/spec/
  • run make which will pull the latest TSDoc with your updates
  • add your comments to supabase.yml | postgrest.yml | gotrue.yml | realtime.yml
  • run npm run gen:supabase inside the /spec folder which will generate the Docusaurus pages
  • run npm run build to make sure the build is working
  • submit your PR