Created
January 13, 2026 16:14
-
-
Save dotdash/837e71af27a9b23e321770d4fbcb29ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [alias] | |
| b = "build --profile dev-fast" | |
| r = "run --profile dev-fast" | |
| br = "build --release" | |
| rr = "run --release" | |
| bd = "build" | |
| rd = "run" | |
| [profile.dev-fast] | |
| inherits = "dev" | |
| opt-level = 2 | |
| debug = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment