Update justfile with a fixed development address
This commit is contained in:
parent
9a2a182ea8
commit
f811c33192
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ _default:
|
|||
# Build on changes
|
||||
[group('dev')]
|
||||
serve-watch:
|
||||
bacon --job run-long
|
||||
bacon --job run-long -- localhost:3003
|
||||
|
||||
alias sw := serve-watch
|
||||
alias dev := serve-watch
|
||||
|
|
@ -37,7 +37,7 @@ push: check
|
|||
# Start server
|
||||
[group('run')]
|
||||
serve:
|
||||
cargo run
|
||||
cargo run localhost:3003
|
||||
|
||||
alias s := serve
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue