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