Skip to content

Commit

Permalink
Add restart alias for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
jdh8 committed Oct 3, 2023
1 parent 73b056c commit dc8830d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
deploy = "shuttle deploy"
r = "shuttle run"
rr = "shuttle run --release"
restart = "shuttle project restart --idle-minutes 0"

[build]
rustflags = ["-C", "target-cpu=native"]

0 comments on commit dc8830d

Please sign in to comment.