tangled
alpha
login
or
join now
nekomimi.pet
/
atproto-ui
41
fork
atom
A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.
41
fork
atom
overview
issues
2
pulls
pipelines
bun
@nekomimi.pet
4 months ago
100cbc52
77950f6c
0/1
upload-demo-to-wisp.yml
failed
35s
+2
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
upload-demo-to-wisp.yml
+2
-1
.tangled/workflows/upload-demo-to-wisp.yml
···
12
12
- nodejs
13
13
- coreutils
14
14
- curl
15
15
+
- openssl
15
16
github:NixOS/nixpkgs/nixpkgs-unstable:
16
17
- bun
17
18
···
29
30
bun install @rolldown/binding-linux-arm64-gnu --save-optional
30
31
31
32
ls
32
32
-
node node_modules/.bin/vite build -m demo
33
33
+
bun node_modules/.bin/vite build -m demo
33
34
34
35
echo "Checking dist directory..."
35
36
ls -la dist/ || echo "No dist directory found"