Implement new relay handler, rough out relay list/detail

This commit is contained in:
Jon Staab
2026-02-26 15:30:18 -08:00
parent 93e9a714cf
commit 62042b526d
11 changed files with 251 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
dev:
#!/usr/bin/env sh
trap 'kill 0' EXIT
cd backend && cargo run &
cd backend && RUST_LOG=backend=info cargo run &
cd frontend && bun dev &
wait