forked from horia141/thrive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmise.toml.hbs
More file actions
43 lines (39 loc) · 1.02 KB
/
mise.toml.hbs
File metadata and controls
43 lines (39 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# {{ warning }}
[settings]
python.uv_venv_auto = false
lockfile = true
[tools]
gcloud = "latest"
"github:cli/cli" = "latest"
jq = "latest"
node = "22.14.0"
python = "3.13.0"
rust = "latest"
uv = "latest"
pnpm = "latest"
terraform = "latest"
ruby = "3.2.10"
java = "openjdk-17"
[env]
UV_PROJECT_ENVIRONMENT = "\{{ config_root }}/.build-cache/venv"
RUBY_CONFIGURE_OPTS = "--with-libyaml-dir=/opt/homebrew/opt/libyaml --with-openssl-dir=/opt/homebrew/opt/openssl@3"
_.python.venv = { path = ".build-cache/venv", create = true }
[task_config]
includes = [
"tasks",
"root.mise.toml",
"docs/docs.mise.toml",
"infra/package.mise.toml",
"src/alib/py/framework/package.mise.toml",
"src/core/package.mise.toml",
"src/cli/package.mise.toml",
"src/webapi/package.mise.toml",
"src/docs/package.mise.toml",
"src/webui/package.mise.toml",
"src/desktop/package.mise.toml",
"src/mobile/package.mise.toml",
"itests/package.mise.toml",
{{#each packageMisePaths as |path|}}
"{{path}}",
{{/each}}
]