Update justfile with a fixed development address

This commit is contained in:
Juno Takano 2025-12-14 06:29:37 -03:00
commit f811c33192

View file

@ -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