diff --git a/config/e2e.exs b/config/e2e.exs index 7d1636e18..848d5eaa2 100644 --- a/config/e2e.exs +++ b/config/e2e.exs @@ -16,7 +16,9 @@ config :mobilizon, Mobilizon.Web.Endpoint, check_origin: false, # Somehow this can't be merged properly with the dev config so we got this… watchers: [ - npm: [] + node: [ + "node_modules/.bin/vite" + ] ] config :vite_phx,