Skip to content

Commit 51ceedf

Browse files
enable code_reloader in prod
1 parent af65133 commit 51ceedf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/prod.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ url: [host: System.get_env("PHX_HOST") || "*.fileonchain.org", host: "*.fileonch
1212
layout: false
1313
],
1414
cache_static_manifest: "priv/static/cache_manifest.json",
15+
code_reloader: true,
1516
debug_errors: true,
1617
check_origin: [
1718
"https://fileonchain.org",

0 commit comments

Comments
 (0)