feat: user avatar as public asset
This commit is contained in:
parent
23f12904cc
commit
07fff532f7
17 changed files with 172 additions and 21 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