Skip to content

Commit

Permalink
Update go justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rxqd committed Mar 30, 2024
1 parent f0f1811 commit 73100c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/go/sandbox/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ build_api:
build_cli:
go build -o bin/cli_dev cmd/cli/main.go

run_api:
run_watch_api:
air

run_api:
go run sandbox/cmd/api

run_cli:
go run sandbox/cmd/cli

Expand Down

0 comments on commit 73100c4

Please sign in to comment.