|
|
@ -11,7 +11,16 @@ use Mix.Config |
|
|
|
# before starting your production server. |
|
|
|
config :iqrcode, IqrcodeWeb.Endpoint, |
|
|
|
url: [host: System.get_env("WEBSITE_HOST"), port: 80], |
|
|
|
cache_static_manifest: "priv/static/cache_manifest.json" |
|
|
|
#cache_static_manifest: "priv/static/cache_manifest.json" |
|
|
|
watchers: [ |
|
|
|
node: [ |
|
|
|
"node_modules/webpack/bin/webpack.js", |
|
|
|
"--mode", |
|
|
|
"development", |
|
|
|
"--watch-stdin", |
|
|
|
cd: Path.expand("../assets", __DIR__) |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
# Do not print debug messages in production |
|
|
|
config :logger, level: :info |
|
|
|