MuPiBox icon indicating copy to clipboard operation
MuPiBox copied to clipboard

Make local debugging of Angular app possible

Open brio1009 opened this issue 1 year ago • 0 comments

This is a follow-up PR to #57 and should only be reviewed and merged after that one.

This PR mostly adapts some configuration files to ensure that bringing up local debugging servers with hot-reload is possible so local debugging of the typescript code is possible. There is one change in server.js to prevent serving of the built Angular app in development mode so that the hot-reloaded ng serve variant can be used. I took care that this change does not affect the production behavior of server.js.

brio1009 avatar Sep 08 '24 18:09 brio1009