boolean | string | string[] | undefined
undefined
dev.startUrl
is used to set the URL of the page that automatically opens in the browser when Dev Server starts.
By default, no page will be opened.
You can set it to the following values:
Since the port number may change, you can use the <port>
placeholder to refer to the current port number, and Modern.js will automatically replace the placeholder with the actual listening port number.
On MacOS, you can open the specified browser when Dev Server starts, by set environment variable BROWSER
, support values: