aboutsummaryrefslogtreecommitdiff
path: root/config/dev.exs
diff options
context:
space:
mode:
authorGuillermo Ramos2023-11-04 11:52:01 +0100
committerGuillermo Ramos2023-11-04 11:52:01 +0100
commit13e34af4b700127507298a489f25ad8c2fae6a42 (patch)
treea5a02bc6939a3dd41ea9b1c0b833534ab994b88d /config/dev.exs
parenta7f60df110052d2d84da2a375fe5dc2cf672066d (diff)
downloadwaev-13e34af4b700127507298a489f25ad8c2fae6a42.tar.gz
ITV pasada
Diffstat (limited to 'config/dev.exs')
-rw-r--r--config/dev.exs4
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__)
]
]