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.

Fix esbuild

garrison 3288b96e 4c7cffc5

+2 -2
+2 -2
config/config.exs
··· 4 4 config :esbuild, 5 5 version: "0.27.2", 6 6 default: [ 7 - args: ~w(js/todo.tsx --watch --bundle --target=es2016 --outdir=../priv/static/assets/js), 8 - cd: Path.expand("../assets", __DIR__), 7 + args: ~w(todo/todo.tsx --watch --bundle --target=es2016 --outdir=../priv/static/assets/js), 8 + cd: Path.expand("../demos", __DIR__), 9 9 ] 10 10 end