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

Configure Feed

Select the types of activity you want to include in your feed.

x86

+1 -2
+1 -2
.tangled/workflows/upload-demo-to-wisp.yml
··· 27 27 28 28 # regenerate lockfile, https://github.com/npm/cli/pull/8184 makes rolldown not install 29 29 rm package-lock.json bun.lock 30 - bun install @rolldown/binding-linux-arm64-gnu --save-optional 31 30 bun install 32 31 33 32 # run directly with bun because of shebang issues in nix 34 33 BUILD_TARGET=demo bun node_modules/.bin/vite build 35 34 - name: upload to wisp 36 35 command: | 37 - curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-aarch64-linux -o wisp-cli 36 + curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86-linux -o wisp-cli 38 37 chmod +x wisp-cli 39 38 ./wisp-cli \ 40 39 "$WISP_HANDLE" \