feat: add TanStack Start integration

This commit is contained in:
LovelessCodes
2024-10-29 21:36:06 +01:00
committed by GitHub
parent f9e605d441
commit a744354d88
43 changed files with 2905 additions and 217 deletions

View File

@@ -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" />,
}
};