Skip to content

Commit 4df6c2a

Browse files
authored
feat: add TanStack Start to framework list (#1523)
1 parent 1f5e625 commit 4df6c2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/utils/frameworks.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ export const SHOWCASED_FRAMEWORKS = [
6161
package: 'solid-js',
6262
color: 'oklch(0.4237 0.0857 255.45)',
6363
},
64+
{
65+
name: 'tanstack start',
66+
package: '@tanstack/start',
67+
color: 'oklch(60.9% .126 221.723)',
68+
},
6469
]
6570

6671
export type FrameworkPackageName = (typeof SHOWCASED_FRAMEWORKS)[number]['package']

0 commit comments

Comments
 (0)