Skip to content

Commit

Permalink
Update cmd in air config
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Rodriguez <[email protected]>
  • Loading branch information
lucasrod16 committed Sep 27, 2024
1 parent 7227eee commit 9627e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .air.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
cmd = "make build"
cmd = "go build -o ./bin/api"
bin = "./bin/api"
include_dir = ["ui", "pkg"]
exclude_dir = ["ui/node_modules", "ui/build"]
Expand Down

0 comments on commit 9627e65

Please sign in to comment.