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

paw paw

Changed files
+6 -3
.tangled
+6 -3
.tangled/workflows/upload-demo-to-wisp.yml
···
dependencies:
nixpkgs:
- nodejs
-
- coreutils
github:NixOS/nixpkgs/nixpkgs-unstable:
- bun
···
- name: build demo
command: |
export PATH="$HOME/.nix-profile/bin:$PATH"
+
+
ENV_PATH=$(find /nix/store -name "env" -path "*/coreutils*/bin/env" | head -1)
+
mkdir -p /usr/bin 2>/dev/null || true
+
ln -sf "$ENV_PATH" /usr/bin/env 2>/dev/null || true
ls -la /usr/bin
-
which node
+
/usr/bin/env node --version
-
+
bun install
bun run build:demo