From 0eae86e877fa0a39b34b7711c7f9442c292d160e Mon Sep 17 00:00:00 2001 From: JasonAtClockwork Date: Tue, 2 Jun 2026 10:00:27 -0700 Subject: [PATCH] Add launchpad tag to llm-chat and chat-react --- templates/chat-react-ts/.template.json | 1 + templates/llm-chat-ts/.template.json | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/chat-react-ts/.template.json b/templates/chat-react-ts/.template.json index 6ca582e36b5..8aad01a9823 100644 --- a/templates/chat-react-ts/.template.json +++ b/templates/chat-react-ts/.template.json @@ -2,6 +2,7 @@ "description": "TypeScript server/client implementing quickstart chat", "client_lang": "typescript", "server_lang": "typescript", + "tags": ["Launchpad"], "builtWith": [ "react", "react-dom", diff --git a/templates/llm-chat-ts/.template.json b/templates/llm-chat-ts/.template.json index d756c3a4da7..b79d3ab3cbe 100644 --- a/templates/llm-chat-ts/.template.json +++ b/templates/llm-chat-ts/.template.json @@ -3,6 +3,7 @@ "client_framework": "React", "client_lang": "typescript", "server_lang": "typescript", + "tags": ["Launchpad"], "builtWith": [ "react", "react-dom",