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

bun

Changed files
+2 -1
.tangled
+2 -1
.tangled/workflows/upload-demo-to-wisp.yml
··· 12 - nodejs 13 - coreutils 14 - curl 15 github:NixOS/nixpkgs/nixpkgs-unstable: 16 - bun 17 ··· 29 bun install @rolldown/binding-linux-arm64-gnu --save-optional 30 31 ls 32 - node node_modules/.bin/vite build -m demo 33 34 echo "Checking dist directory..." 35 ls -la dist/ || echo "No dist directory found"
··· 12 - nodejs 13 - coreutils 14 - curl 15 + - openssl 16 github:NixOS/nixpkgs/nixpkgs-unstable: 17 - bun 18 ··· 30 bun install @rolldown/binding-linux-arm64-gnu --save-optional 31 32 ls 33 + bun node_modules/.bin/vite build -m demo 34 35 echo "Checking dist directory..." 36 ls -la dist/ || echo "No dist directory found"