Chore: Add detailed logging to diagnose zero events issue (v0.3.20)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s

This commit is contained in:
2026-02-18 05:45:39 -08:00
parent b786978804
commit a11aecfd1b
2 changed files with 89 additions and 41 deletions

View File

@@ -2,4 +2,4 @@ FROM denoland/deno:latest
WORKDIR /app
COPY . .
RUN deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/2.4.1/plug-compile.js -c deno.json icalendar.plug.yaml
CMD ["cat", "Library/sstent/icalendar.plug.js"]
CMD ["cat", "icalendar.plug.js"]