feat: add bufferMax to BufferLogAppender #10

Closed
mahseiah_ai wants to merge 9 commits from issue-9-buffer-max into main
Showing only changes of commit c38683bf53 - Show all commits
+3 -3
View File
@@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
run: curl -fsSL https://bun.sh/install | bash
- name: Add Bun to PATH
run: echo "$HOME/.bun/bin" >> $GITHUB_PATH
- name: Install dependencies
run: bun install