mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-08-09 18:50:42 -04:00
# 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.
24 lines
466 B
JSON
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"
|
|
]
|
|
}
|