Skip to content

Commit

Permalink
Updated Justfile to allow running Uchat via the just serve-all command
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaaqziyan committed Dec 14, 2024
1 parent cfdb394 commit ed98069
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ serve-frontend *ARGS:
serve-api *ARGS:
watchexec -r -i "frontend/**" -i "target/**" --exts rs,sql,toml cargo run -p uchat_server {{ ARGS }}

# run both frontend and API server
serve-all:
just serve-frontend &
just serve-api

# set up project dependencies
init:
cargo run -p project-init
Expand Down

0 comments on commit ed98069

Please sign in to comment.