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

x86

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