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 uses: actions/checkout@v4
- name: Setup Bun - name: Setup Bun
uses: oven-sh/setup-bun@v2 run: curl -fsSL https://bun.sh/install | bash
with: - name: Add Bun to PATH
bun-version: latest run: echo "$HOME/.bun/bin" >> $GITHUB_PATH
- name: Install dependencies - name: Install dependencies
run: bun install run: bun install