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 12 - nodejs 13 13 - coreutils 14 14 - curl 15 + - openssl 15 16 github:NixOS/nixpkgs/nixpkgs-unstable: 16 17 - bun 17 18 ··· 29 30 bun install @rolldown/binding-linux-arm64-gnu --save-optional 30 31 31 32 ls 32 - node node_modules/.bin/vite build -m demo 33 + bun node_modules/.bin/vite build -m demo 33 34 34 35 echo "Checking dist directory..." 35 36 ls -la dist/ || echo "No dist directory found"