Files
myeasycms-v2/packages/supabase
Giancarlo Buomprisco 14c2220904 Update Shadcn Sidebar (#73)
Migrated Sidebar to use Shadcn UI's
2024-10-25 15:43:34 +08:00
..
2024-10-22 14:39:21 +08:00
2024-10-25 15:43:34 +08:00
2024-03-24 02:23:22 +08:00

Supabase - @kit/supabase

This package is responsible for managing the Supabase client and various utilities related to Supabase.

Make sure the app installs the @kit/supabase package before using it.

{
    "name": "my-app",
    "dependencies": {
        "@kit/supabase": "*"
    }
}