Skip to content

Commit 99b5ef6

Browse files
Add launchpad tag to llm-chat and chat-react (#5178)
# Description of Changes Add the missing tag for `llm-chat-ts` and `chat-react-ts` to add them to `Launchpad` on the templates page. # API and ABI breaking changes N/A # Expected complexity level and risk 1 - small template config # Testing Double checked both still work with `spacetime init` locally to create the project with latest template change.
1 parent 493d0e3 commit 99b5ef6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

templates/chat-react-ts/.template.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"description": "TypeScript server/client implementing quickstart chat",
33
"client_lang": "typescript",
44
"server_lang": "typescript",
5+
"tags": ["Launchpad"],
56
"builtWith": [
67
"react",
78
"react-dom",

templates/llm-chat-ts/.template.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"client_framework": "React",
44
"client_lang": "typescript",
55
"server_lang": "typescript",
6+
"tags": ["Launchpad"],
67
"builtWith": [
78
"react",
89
"react-dom",

0 commit comments

Comments
 (0)