number8080Specify a port number for Dev Server to listen.
By default, Dev Server listens on port 8080 and automatically increments the port number when the port is occupied.
Set the port to 3000:
export default {
dev: {
port: 3000,
},
};