Skip to content

Commit 55bee01

Browse files
committed
dx: add live_reload for algora_cloud in dev config
1 parent ab8b865 commit 55bee01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/dev.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ config :algora, AlgoraWeb.Endpoint,
103103
],
104104
notify: [
105105
live_view: [
106-
~r"lib/algora_web/live/.*(ex|heex)$"
106+
~r"lib/algora_web/live/.*(ex|heex)$",
107+
~r"lib/algora_cloud/live/.*(ex|heex)$"
107108
]
108109
]
109110
]

0 commit comments

Comments
 (0)