* trpc same data shape as generateText

* read `.env` file
* use zustand for state management
* fix peer dependency warnings by installing zod
* install milvus client
This commit is contained in:
Avraham Sakal
2025-06-30 08:44:49 -04:00
parent e0c5329ff6
commit 4f356153bb
10 changed files with 711 additions and 102 deletions
+1
View File
@@ -5,6 +5,7 @@ export const trpc = createTRPCProxyClient<AppRouter>({
links: [
httpBatchLink({
url: "/api/trpc",
methodOverride: "POST",
}),
],
});