Skip to content

Commit bb9c9b8

Browse files
committed
feat: add tanstack start to framework list
1 parent 7d69561 commit bb9c9b8

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)