Commit b6f5e10
chore: move mise tools to setup_localdev task (#176)
Refactor mise.toml to remove global tool declarations and introduce
a setup_localdev task for on-demand tool installation. This allows
commands like `mise compose:deploy:release` to run without requiring
all development tools to be installed on the host system.
Changes:
- Remove [tools] section with node, go, java, maven, and dotnet
- Set auto_install = false to prevent automatic tool installation
- Add setup_localdev task that installs all tools on-demand
- Tools are installed globally and available across all projects
Resolves #175
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: James Eastham <jeastham1993@users.noreply.github.com>1 parent 06e8017 commit b6f5e10
1 file changed
Lines changed: 16 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
21 | 12 | | |
22 | | - | |
23 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments