This commit is contained in:
Brad Warren
2026-08-06 13:08:42 -07:00
committed by Brad Warren
parent aa965dc4d0
commit b934d0c75c
+1 -1
View File
@@ -41,7 +41,7 @@ qmdl_store_path = "./qmdl"
port = 8080
debug_mode = true
EOF
cargo run --bin rayhunter-daemon -- ./config.toml
cargo run -p rayhunter-daemon --bin rayhunter-daemon -- ./config.toml
```
Open `http://127.0.0.1:8080`.