mirror of
https://github.com/zoldar/jenot.git
synced 2026-01-03 14:32:54 +00:00
6 lines
117 B
Elixir
6 lines
117 B
Elixir
import Config
|
|
|
|
config :plug_live_reload,
|
|
patterns: [
|
|
~r"priv/static/.*(html|js|css|png|jpeg|jpg|gif|svg)$"
|
|
]
|