Add Supabase client setup and authentication functions

This commit is contained in:
2026-01-20 17:14:50 +00:00
parent dc4712d371
commit 9cd34d3ff1
7 changed files with 235 additions and 57 deletions

View File

@@ -10,6 +10,7 @@
"lint": "tsc --noEmit"
},
"dependencies": {
"@supabase/supabase-js": "^2.91.0",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.473.0",
@@ -32,6 +33,3 @@
"vite": "^5.4.10"
}
}