dear developer
I install jitsi in own server https://ownserver.com
then i clone from github repository in my local computer
then run make and set export WEBPACK_DEV_SERVER_PROXY_TARGET=https://ownserver.com then run make dev
now i go to localhost:8080 and load local jitsi meet
then i edit interface_config.js and some ui component such as logo title and ui element bud in my localhost:8080 my changes not run
please help me how to develop jitsi in local and see changes in localhost
Hello,
I’m not sure I fully understood your problem, but are you saying there is no ‘hot reloading’ embedded in jitsi dev environment ?
So your jitsi instance is running good, but you just don’t see changes reflected when you do so ?
yes
how to enable hot reloading?