Files
flutter-docker-image/mise.toml
T
Eligio Mariño f81107fe7b feat: migrate docs/src from npm to pnpm (#460)
- Pin `pnpm = "11.2.2"` in `mise.toml` so the `docs/src` build uses a
manifest-pinned package manager, bringing the docs toolchain under the
`ci-runtime-tool-versioning` invariant alongside `cue`, `node`, `gx`,
and `git-cliff`.
2026-05-24 11:59:30 +02:00

7 lines
104 B
TOML

[tools]
cue = "0.15.0"
git-cliff = "2.10.1"
pnpm = "11.2.2"
node = "lts"
"github:gmeligio/gx" = "0.7.1"