mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Feature: Fastify Implementation ⚡ (#274)
Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>
This commit is contained in:
@@ -163,6 +163,13 @@ export const TECH_OPTIONS = {
|
||||
icon: "/icon/express.svg",
|
||||
color: "from-gray-500 to-gray-700",
|
||||
},
|
||||
{
|
||||
id: "fastify",
|
||||
name: "Fastify",
|
||||
description: "Fast, low-overhead web framework for Node.js",
|
||||
icon: "/icon/fastify.svg",
|
||||
color: "from-gray-500 to-gray-700",
|
||||
},
|
||||
{
|
||||
id: "convex",
|
||||
name: "Convex",
|
||||
|
||||
Reference in New Issue
Block a user