Files
SpacetimeDB/templates/chat-react-ts/.template.json
Jason LarabieandGitHub 99b5ef67f5 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.
2026-06-02 21:09:50 +00:00

24 lines
466 B
JSON

{
"description": "TypeScript server/client implementing quickstart chat",
"client_lang": "typescript",
"server_lang": "typescript",
"tags": ["Launchpad"],
"builtWith": [
"react",
"react-dom",
"eslint",
"testing-library",
"vitejs",
"eslint-plugin-react-hooks",
"eslint-plugin-react-refresh",
"globals",
"jsdom",
"prettier",
"typescript",
"typescript-eslint",
"vite",
"vitest",
"spacetimedb"
]
}