added more support for supabase-js

This commit is contained in:
2026-03-12 10:18:52 +02:00
parent c0792f2e1d
commit 6708cf28a7
62 changed files with 6563 additions and 526 deletions

View File

@@ -7,7 +7,7 @@ members = [
"data_api",
"control_plane",
"realtime",
"storage",
"storage", "functions",
]
[workspace.dependencies]
@@ -41,3 +41,4 @@ data_api = { path = "data_api" }
control_plane = { path = "control_plane" }
realtime = { path = "realtime" }
storage = { path = "storage" }
functions = { path = "functions" }