fix: set correct watcher config for E2E tests
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user