tangled
alpha
login
or
join now
diegoenriquezserrano.dev
/
actix-statusphere
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
actix-statusphere
/
scripts
/
dev_loop.sh
at
main
7 lines
91 B
view raw
wrap content
diegoenriquezserrano.dev
chore: add parser for atproto uri and handle, also ingestor struct
6d ago
8dcae795
1
#!/bin/bash
2
3
cargo watch
\
4
-x fmt
\
5
-x check
\
6
-x
'test -- --no-capture'
\
7
-x run
;