Make dev mode work without editing versionned file
There is probably a way to allow to launch the UI with npm run start
without editing the src/config/config.js
.
One solution could be to use an env var and to store a second file config-dev.js
with an already edited path.
No idea how to do it for now.