mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-30 23:08:40 +08:00
temp remove command line arg parser
This commit is contained in:
4
start.sh
4
start.sh
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
export RUST_LOG=INFO
|
||||
reflex -d none -r 'src/' -s -- sh -c 'reset && cargo run -- --address 0.0.0.0 --port 6193'
|
||||
|
||||
#reflex -d none -r 'src/' -s -- sh -c 'reset && cargo run -- --address 0.0.0.0 --port 6193'
|
||||
reflex -d none -r 'src/' -s -- sh -c 'reset && cargo run -- -c etc/main.yaml'
|
||||
|
||||
Reference in New Issue
Block a user