diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-03 23:11:26 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-03 23:11:26 +0200 |
commit | 91e16eeb0934b49b9cf283d3d6608a57de9d610e (patch) | |
tree | 9440991116815f3e40cc4225d76341c049e8a08b | |
parent | Initial commit (diff) | |
download | fs-tracer-frontend-91e16eeb0934b49b9cf283d3d6608a57de9d610e.tar.gz fs-tracer-frontend-91e16eeb0934b49b9cf283d3d6608a57de9d610e.tar.bz2 fs-tracer-frontend-91e16eeb0934b49b9cf283d3d6608a57de9d610e.zip |
Packages: Add supabase
-rwxr-xr-x | bun.lockb | bin | 94754 -> 100460 bytes | |||
-rw-r--r-- | package.json | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/bun.lockb b/bun.lockb index 5bc1c72..3791486 100755 --- a/bun.lockb +++ b/bun.lockb Binary files differdiff --git a/package.json b/package.json index 921a43b..500d4f0 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "preview": "vite preview" }, "dependencies": { + "@supabase/supabase-js": "^2.43.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, |