problem description
use eggjs to build a website backend service.
uses eggjs scaffolding egg-init to quickly build a frame.
when started with npm start under windows, a lot of pop-up boxes will appear.
related codes
the specific start configuration is as follows:
"start": "egg-scripts start --daemon --title=egg-server-mywebserver",
The pop-up window that appears is as follows:
what result do you expect?
now I want to configure these pop-up windows without displaying them after the service starts.
I read the egg-scripts configuration document and found no configuration parameters.