enable backtraces in Justfile
This commit is contained in:
parent
1bbf1b1d94
commit
410f82201d
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -4,7 +4,7 @@ wasm_profile := "wasm-" + profile
|
||||||
log := ""
|
log := ""
|
||||||
|
|
||||||
serve: wasm
|
serve: wasm
|
||||||
RKGK_PORT={{port}} RKGK_WASM_PATH=target/wasm32-unknown-unknown/{{wasm_profile}} RUST_LOG={{log}} cargo run -p rkgk --profile {{profile}}
|
RKGK_PORT={{port}} RKGK_WASM_PATH=target/wasm32-unknown-unknown/{{wasm_profile}} RUST_LOG={{log}} RUST_BACKTRACE=1 cargo run -p rkgk --profile {{profile}}
|
||||||
|
|
||||||
wasm:
|
wasm:
|
||||||
cargo build -p haku-wasm --target wasm32-unknown-unknown --profile {{wasm_profile}}
|
cargo build -p haku-wasm --target wasm32-unknown-unknown --profile {{wasm_profile}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue