We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d174c2e commit 3926995Copy full SHA for 3926995
demo/config/config.exs
@@ -43,7 +43,7 @@ config :demo, DemoWeb.Endpoint,
43
config :demo, Demo.Repo, migration_primary_key: [name: :id, type: :binary_id]
44
45
config :esbuild,
46
- version: "0.25.7",
+ version: "0.25.8",
47
default: [
48
args:
49
~w(assets/js/app.js --bundle --target=es2017 --outdir=priv/static/assets --external:/fonts/* --external:/images/* --alias:backpex=/opt/app),
0 commit comments