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
asdfasdfasdfasf
@nekomimi.pet
4 months ago
20dfa305
100cbc52
0/1
upload-demo-to-wisp.yml
failed
26s
+1
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
upload-demo-to-wisp.yml
+1
-1
.tangled/workflows/upload-demo-to-wisp.yml
reviewed
···
30
30
bun install @rolldown/binding-linux-arm64-gnu --save-optional
31
31
32
32
ls
33
33
-
bun node_modules/.bin/vite build -m demo
33
33
+
BUILD_TARGET=demo bunx --bun vite > log.txt 2>&1 || (cat log.txt && exit 1)
34
34
35
35
echo "Checking dist directory..."
36
36
ls -la dist/ || echo "No dist directory found"