Files
aralez/start.sh
Ara Sadoyan 6cc72c8b48 New inmplementations, big commit :
1. Nested upstreams with params
2. SSL upstream support
3. Upstreams move to yaml format
4. Command line start arguments
2025-03-16 14:06:29 +01:00

5 lines
127 B
Bash
Executable File

#!/bin/bash
export RUST_LOG=INFO
reflex -d none -r 'src/' -s -- sh -c 'reset && cargo run -- --address 0.0.0.0 --port 6193'