boolean | Function
true
Whether to print the server's urls.
By default, when you start the dev server or preview server, Rsbuild will print the following logs:
server.printUrls
can be set to a function, with parameters including port, protocol, and urls.
When server.printUrls
is set to a function, Rsbuild will not print the server's URL addresses. You can customize the log content based on the parameters and output it to the terminal yourself.
Setting server.printUrls
to false
will prevent Rsbuild from printing the server urls.