WIP
This commit is contained in:
parent
23f12904cc
commit
0ad436f6a3
11 changed files with 32 additions and 14 deletions
2
justfile
2
justfile
|
|
@ -1,6 +1,6 @@
|
|||
export RUST_BACKTRACE := "1"
|
||||
export RUST_LOG := "trace"
|
||||
export CONTEXT_ARGS := "--config ./config.toml --database ./tmp/dbs/minauthator.db --static-assets ./assets"
|
||||
export CONTEXT_ARGS := "--config config.toml --database tmp/dbs/minauthator.db --static-assets ./assets"
|
||||
|
||||
watch-server:
|
||||
cargo-watch -x "run --bin minauthator-server -- $CONTEXT_ARGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue