Hello team!
How to ignore certain files while using --dev
?
./bin/kibana --dev --no-base-path --server.host="0.0.0.0" --plugin-path /root/kibana/foo/myplugin
I also found the next flag:
--no-watch
but it applies the whole server.
My plugin itself modifies a file inside myplugin, so the server restarts. Can I ignore certain directory/files from watchers?
Regards,
Jesús