From b4722e5516a1de54c54d1c8a7a80556e2129a260 Mon Sep 17 00:00:00 2001 From: Josh Cirre Date: Thu, 13 Mar 2025 00:02:33 -0700 Subject: [PATCH] add fission starter kit --- templates.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates.json b/templates.json index 007271f..7959a8d 100644 --- a/templates.json +++ b/templates.json @@ -84,6 +84,11 @@ "title": "Modern React Starter Kit", "package": "shipfastlabs/modern-react-starter-kit", "repo": "shipfastlabs/modern-react-starter-kit" + }, + { + "title": "Fission", + "package": "joshcirre/fission", + "repo": "joshcirre/fission" } ] -} \ No newline at end of file +}