mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 02:18:47 +00:00
Not all tools are needed for all parts of the codebase. In order to avoid installing all tools, we create nested `.tool-versions` files that list the specific dev-tools needed for a certain part of the product.
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
# These are used for the dev environment.
|
|
# This should match the versions used in the built product.
|
|
nodejs 22.20.0
|
|
elixir 1.18.4-otp-27
|
|
erlang 27.3.4.1
|