Can build by running the build.bat file.
/system_ex/app/NPXS40140/cdc/modules/www
BD-J applications cause the power assigned to the web browser to drop, the only way to circumvent this situation is to run the following javascript code after all resources are loaded.
const Http = new XMLHttpRequest();
const url='/bdj/exit';
Http.open("GET", url, false);
Http.send();