Skip to content

Commit e20e859

Browse files
committed
Add --watch back for dev
1 parent e485987 commit e20e859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Application.put_env(:phoenix_live_dashboard, DemoWeb.Endpoint,
6868
check_origin: false,
6969
pubsub_server: Demo.PubSub,
7070
watchers: [
71-
esbuild: {Esbuild, :install_and_run, [:default, ~w()]},
72-
sass: {DartSass, :install_and_run, [:default, ~w()]}
71+
esbuild: {Esbuild, :install_and_run, [:default, ~w(--watch)]},
72+
sass: {DartSass, :install_and_run, [:default, ~w(--watch)]}
7373
],
7474
live_reload: [
7575
patterns: [

0 commit comments

Comments
 (0)