bud.serve
bud.serve is used to configure the development server.
You don't need to call this function unless you want to change the default server configuration.
If you only need to modify the URL of the dev server you should consider using bud.setUrl and bud.setPublicUrl
Usage
By default, bud's development server runs on http://0.0.0.0:3000
.
Property | Value |
---|---|
host | 0.0.0.0 |
port | 3000 |
If the default port
is already in use a new one will be dynamically selected.