feat: add proto codegen pipeline with buf and connect-es #22

Merged
shahondin1624 merged 2 commits from feature/issue-2-proto-codegen into main 2026-03-12 11:14:59 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ed1e800e53 - Show all commits

View File

@@ -3,4 +3,4 @@
| Issue | Title | Status | Plan |
| ----- | ------------------------------------------------------ | ------------ | ---------------------------- |
| #1 | Project scaffolding: SvelteKit + Tailwind + TypeScript | COMPLETED | [issue-001.md](issue-001.md) |
| #2 | Proto codegen pipeline for TypeScript gRPC-Web stubs | IMPLEMENTING | [issue-002.md](issue-002.md) |
| #2 | Proto codegen pipeline for TypeScript gRPC-Web stubs | COMPLETED | [issue-002.md](issue-002.md) |

View File

@@ -3,7 +3,7 @@
# Issue #2: Proto codegen pipeline for TypeScript gRPC-Web stubs
**Status:** IMPLEMENTING
**Status:** COMPLETED
**Issue:** https://git.shahondin1624.de/llm-multiverse/llm-multiverse-ui/issues/2
**Branch:** `feature/issue-2-proto-codegen`