By default, the server runs on port 3001. We can change the port in the settings in the config.js file:
3001
config.js
export default { port: '3001', }
Go to the settings file and change the port to 3002.
3002