Description / Steps to reproduce / Feature proposal
I've tried to mount a large LB3 app into LB4. The openapi.json does not contain LB3 models after booting. I looks like LB4 is continuing processing before LB3 is ready.
Current Behavior
Our LB3 app uses loopback-boot 3.0.1, which does not set the lb3app.booting flag.
That's why this check does not wait for the lb3 app to be completly booted.
I took some time to figure out, that i just need to update loopback-boot to version 3.3.0.
Expected Behavior
The documentation should contain which LB3 packages are required at minimum. It would be helpful to print some log message if there is a incompatible version.