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",