The open configuration is similar to Rspack's devServer open configuration, used to specify whether to open the browser after project startup.
boolean
false
When we want the browser to automatically open and access the project after startup, we can set it to true
.
💡TIP: Note that the automatically opened browser will be the system default browser.
This configuration example means the browser will automatically open and access the project after startup.