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

asdfasfas

Changed files
+3 -1
.tangled
+3 -1
.tangled/workflows/upload-demo-to-wisp.yml
··· 26 26 command: | 27 27 export PATH="$HOME/.nix-profile/bin:$PATH" 28 28 29 - bun install 30 29 bun install @rolldown/binding-linux-arm64-gnu --save-optional 30 + bun install 31 31 32 32 ls 33 33 BUILD_TARGET=demo bunx --bun vite 2>&1 | tee log.txt 34 + ls 35 + 34 36 cat log.txt 35 37 36 38 echo "Checking dist directory..."