From 13e34af4b700127507298a489f25ad8c2fae6a42 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sat, 4 Nov 2023 11:52:01 +0100 Subject: ITV pasada --- config/dev.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/dev.exs') 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__) ] ] -- cgit v1.2.3