Skip to content

Commit

Permalink
fix: api dev make action
Browse files Browse the repository at this point in the history
  • Loading branch information
piny4man committed Jul 7, 2024
1 parent 08f36a2 commit c2994a8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[tasks.dev]
workspace = false
env = { "RUST_LOG" = "trace" }
command = "cargo"
args = ["run"]
script_runner = "@shell"
script = '''
cd api
cargo run
'''

[tasks.serve]
workspace = false
Expand Down

0 comments on commit c2994a8

Please sign in to comment.