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
···
- nodejs
- coreutils
- curl
+
- openssl
github:NixOS/nixpkgs/nixpkgs-unstable:
- bun
···
bun install @rolldown/binding-linux-arm64-gnu --save-optional
ls
-
node node_modules/.bin/vite build -m demo
+
bun node_modules/.bin/vite build -m demo
echo "Checking dist directory..."
ls -la dist/ || echo "No dist directory found"