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.

Add config and rename alias

garrison 3a2e81ed 49f94c8d

+7 -1
+6
config/config.exs
··· 1 + import Config 2 + 3 + if config_env() == :dev do 4 + config :esbuild, 5 + version: "0.27.2" 6 + end
+1 -1
mix.exs
··· 30 30 31 31 defp aliases do 32 32 [ 33 - server: "run --no-halt", 33 + ds: "run --no-halt", 34 34 ] 35 35 end 36 36 end