Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

npm run dev makes two webservers #42

Open
insanity54 opened this issue Jun 8, 2019 · 0 comments
Open

npm run dev makes two webservers #42

insanity54 opened this issue Jun 8, 2019 · 0 comments

Comments

@insanity54
Copy link
Contributor

insanity54 commented Jun 8, 2019

There are two web servers running. One is on port 5000, the other is on 5001. They serve different content.

One is the feathers server, the other is the webpack-dev-server. It is redundant and confusing for dev processes to have one be up to date (webpack-dev-server) and one out of date (feathers, assuming a webpack build has not occurred recently)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant