Describe the bug
I'm trying to run the development server on a port other than the default. I have tried setting the port by modifying the serve script in package.json and adding the port, setting it in .env, and also in vue.config.js but none works.
To Reproduce
in vue.config.js:
devServer: {
port: 9091
}