A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.

a

Changed files
+5 -1
.tangled
+5 -1
.tangled/workflows/upload-demo-to-wisp.yml
···
export PATH="$HOME/.nix-profile/bin:$PATH"
bun install
-
bunx vite build -m demo
+
bunx vite build -m demo 2>&1
+
echo "Build exit code: $?"
+
+
echo "Checking dist directory..."
+
ls -la dist/ || echo "No dist directory found"
- name: upload to wisp
command: |