forked from potsda.mn/mobilizon
fix: set correct watcher config for E2E tests
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5e86ef1e8c
commit
f47889b5e0
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue