Files
myeasycms-v2/packages/supabase
T. Zehetbauer f82a366a52
Some checks failed
Workflow / ʦ TypeScript (push) Failing after 4m51s
Workflow / ⚫️ Test (push) Has been skipped
Merge remote-tracking branch 'origin/main'
2026-04-01 14:05:13 +02:00
..
2026-03-24 13:40:38 +08:00
2026-03-24 13:40:38 +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": "*"
    }
}