Fix(timezone): Implement True UTC calculation and bump to v0.3.0
All checks were successful
Build SilverBullet Plug / build (push) Successful in 24s

This commit is contained in:
2026-02-17 10:06:41 -08:00
parent 8d66834a48
commit 070b10843e
6 changed files with 77 additions and 105 deletions

View File

@@ -3,6 +3,8 @@
# Build the plug using a Docker container with Deno
build:
docker run --rm -v $(PWD):/app -w /app denoland/deno:latest task build
mkdir -p test_space/_plug
cp icalendar.plug.js test_space/_plug/icalendar.plug.js
# Start the SilverBullet test container
up: