Initial commit
CI / schema-and-codegen (push) Failing after 29s

This commit is contained in:
root
2026-06-20 03:54:40 -04:00
commit 9494f85b78
57 changed files with 3324 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "@tlm/web",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"graphql": "^16.9.0",
"graphql-ws": "^5.16.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}