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