Skip to content

Running the dev server on a specified port #679

@farnazj

Description

@farnazj

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
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions