mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: modularize .tool-versions (#10919)
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.
This commit is contained in:
5
elixir/.tool-versions
Normal file
5
elixir/.tool-versions
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user