diff options
author | Guillermo Ramos | 2023-11-04 11:52:01 +0100 |
---|---|---|
committer | Guillermo Ramos | 2023-11-04 11:52:01 +0100 |
commit | 13e34af4b700127507298a489f25ad8c2fae6a42 (patch) | |
tree | a5a02bc6939a3dd41ea9b1c0b833534ab994b88d /config/dev.exs | |
parent | a7f60df110052d2d84da2a375fe5dc2cf672066d (diff) | |
download | waev-13e34af4b700127507298a489f25ad8c2fae6a42.tar.gz |
ITV pasada
Diffstat (limited to 'config/dev.exs')
-rw-r--r-- | config/dev.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/dev.exs b/config/dev.exs index 829869d..ce6fe09 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -1,4 +1,4 @@ -use Mix.Config +import Config # For development, we disable any cache and enable # debugging and code reloading. @@ -16,7 +16,7 @@ config :waev, WaevWeb.Endpoint, "node_modules/webpack/bin/webpack.js", "--mode", "development", - "--watch-stdin", + "--watch", cd: Path.expand("../assets", __DIR__) ] ] |