feat: add repo importing

This commit is contained in:
2026-01-17 19:32:37 -08:00
parent 831259a6a6
commit fb62081ca8
28 changed files with 1823 additions and 116 deletions

3
scripts/api.sh Executable file
View File

@@ -0,0 +1,3 @@
cd api
RUST_LOG=debug doppler run -c dev -p ghostv2 -- cargo watch -x run
cd -