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

a

Changed files
+5 -1
.tangled
+5 -1
.tangled/workflows/upload-demo-to-wisp.yml
··· 25 export PATH="$HOME/.nix-profile/bin:$PATH" 26 27 bun install 28 - bunx vite build -m demo 29 30 - name: upload to wisp 31 command: |
··· 25 export PATH="$HOME/.nix-profile/bin:$PATH" 26 27 bun install 28 + bunx vite build -m demo 2>&1 29 + echo "Build exit code: $?" 30 + 31 + echo "Checking dist directory..." 32 + ls -la dist/ || echo "No dist directory found" 33 34 - name: upload to wisp 35 command: |