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

cat

Changed files
+2 -1
.tangled
+2 -1
.tangled/workflows/upload-demo-to-wisp.yml
··· 30 bun install @rolldown/binding-linux-arm64-gnu --save-optional 31 32 ls 33 - BUILD_TARGET=demo bunx --bun vite > log.txt 2>&1 || (cat log.txt && exit 1) 34 35 echo "Checking dist directory..." 36 ls -la dist/ || echo "No dist directory found"
··· 30 bun install @rolldown/binding-linux-arm64-gnu --save-optional 31 32 ls 33 + BUILD_TARGET=demo bunx --bun vite > log.txt 2>&1 34 + cat log.txt 35 36 echo "Checking dist directory..." 37 ls -la dist/ || echo "No dist directory found"