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

we are close

Changed files
+3 -1
.tangled
+3 -1
.tangled/workflows/upload-demo-to-wisp.yml
··· 11 nixpkgs: 12 - nodejs 13 - coreutils 14 github:NixOS/nixpkgs/nixpkgs-unstable: 15 - bun 16 ··· 27 bun install 28 bun install @rolldown/binding-linux-arm64-gnu --save-optional 29 30 - bun run build:demo 31 32 echo "Checking dist directory..." 33 ls -la dist/ || echo "No dist directory found"
··· 11 nixpkgs: 12 - nodejs 13 - coreutils 14 + - curl 15 github:NixOS/nixpkgs/nixpkgs-unstable: 16 - bun 17 ··· 28 bun install 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"