refactor: add root store (#1153)

This commit is contained in:
Jonas Plum
2025-09-21 11:47:29 +02:00
committed by GitHub
parent d9f759c879
commit 9da90e7cc8
15 changed files with 713 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with: { go-version: '1.22' }
with: { go-version: '1.25' }
- uses: oven-sh/setup-bun@v1
- run: make install-ui build-ui