fix: set correct watcher config for E2E tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-11-21 16:58:30 +01:00
parent 5e86ef1e8c
commit f47889b5e0
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -16,7 +16,9 @@ config :mobilizon, Mobilizon.Web.Endpoint,
check_origin: false, check_origin: false,
# Somehow this can't be merged properly with the dev config so we got this… # Somehow this can't be merged properly with the dev config so we got this…
watchers: [ watchers: [
npm: [] node: [
"node_modules/.bin/vite"
]
] ]
config :vite_phx, config :vite_phx,