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

asdf

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