mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
feat: add TanStack Start integration
This commit is contained in:
@@ -34,4 +34,8 @@ export const techStackIcons: TechStackIconType = {
|
||||
name: "Astro",
|
||||
icon: <Icons.astro className="w-10 h-10" />,
|
||||
},
|
||||
tanstack: {
|
||||
name: "TanStack Start",
|
||||
icon: <Icons.tanstack className="w-10 h-10" />,
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user