Basic Supabase OAuth integration & project-app binding
正在显示
drizzle/0002_unique_morlocks.sql
0 → 100644
drizzle/meta/0002_snapshot.json
0 → 100644
差异被折叠。
| ... | ... | @@ -74,6 +74,7 @@ |
| "@radix-ui/react-dropdown-menu": "^2.1.7", | ||
| "@radix-ui/react-label": "^2.1.4", | ||
| "@radix-ui/react-popover": "^1.1.7", | ||
| "@radix-ui/react-select": "^2.2.2", | ||
| "@radix-ui/react-separator": "^1.1.2", | ||
| "@radix-ui/react-slot": "^1.1.2", | ||
| "@radix-ui/react-switch": "^1.2.0", | ||
| ... | ... | @@ -115,6 +116,7 @@ |
| "shell-env": "^4.0.1", | ||
| "shiki": "^3.2.1", | ||
| "sonner": "^2.0.3", | ||
| "supabase-management-js": "^1.0.0", | ||
| "tailwind-merge": "^3.1.0", | ||
| "tailwindcss": "^4.1.3", | ||
| "tree-kill": "^1.2.2", | ||
| ... | ... | @@ -122,4 +124,4 @@ |
| "update-electron-app": "^3.1.1", | ||
| "uuid": "^11.1.0" | ||
| } | ||
| } | ||
| \ No newline at end of file | ||
| } |
src/atoms/supabaseAtoms.ts
0 → 100644
src/components/ui/select.tsx
0 → 100644
src/hooks/useSupabase.ts
0 → 100644
请
注册
或者
登录
后发表评论