mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-10-30 14:07:03 +00:00
13 lines
391 B
Plaintext
13 lines
391 B
Plaintext
# Elixir version
|
|
elixir_version=1.17.2
|
|
|
|
# Erlang version
|
|
# https://github.com/HashNuke/heroku-buildpack-elixir-otp-builds/blob/master/otp-versions
|
|
erlang_version=27.0.1
|
|
|
|
always_rebuild=false
|
|
|
|
# Invoke assets.deploy defined in your mix.exs to deploy assets with esbuild
|
|
# Note we nuke the esbuild executable from the image
|
|
# hook_post_compile="eval mix assets.deploy && rm -f _build/esbuild"
|