a small incremental UI library for the web
javascript web ui
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Only run esbuild in dev

garrison 49f94c8d 1e1bedd7

+1 -1
+1 -1
mix.exs
··· 24 24 defp deps do 25 25 [ 26 26 {:bandit, "~> 1.10", only: [:dev, :test]}, 27 - {:esbuild, "~> 0.10", only: [:dev, :test]}, 27 + {:esbuild, "~> 0.10", only: [:dev, :test], runtime: Mix.env() == :dev}, 28 28 ] 29 29 end 30 30