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