main repo

This commit is contained in:
Basilosaurusrex
2025-11-24 18:09:40 +01:00
parent b636ee5e70
commit f027651f9b
34146 changed files with 4436636 additions and 0 deletions

22
node_modules/@supabase/functions-js/README.md generated vendored Normal file
View File

@@ -0,0 +1,22 @@
# `functions-js`
[![Coverage Status](https://coveralls.io/repos/github/supabase/functions-js/badge.svg?branch=main)](https://coveralls.io/github/supabase/functions-js?branch=main)
JS Client library to interact with Supabase Functions.
## Docs
<https://supabase.com/docs/reference/javascript/functions-invoke>
## testing
To run tests you will need Node 20+.
You are going to need docker daemon running to execute tests.
To start test run use the following command:
```sh
npm i
npm run test
```