mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-08-12 08:53:04 -07:00
switch from -p to --bin
This commit is contained in:
@@ -41,7 +41,7 @@ qmdl_store_path = "./qmdl"
|
||||
port = 8080
|
||||
debug_mode = true
|
||||
EOF
|
||||
cargo run -p rayhunter-daemon -- ./config.toml
|
||||
cargo run --bin rayhunter-daemon -- ./config.toml
|
||||
```
|
||||
|
||||
Open `http://127.0.0.1:8080`.
|
||||
@@ -110,4 +110,4 @@ If your hot reloading does not work, some have success using polling to detect c
|
||||
server: {
|
||||
watch: { usePolling: true }
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user