-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Stack:
Package | version |
---|---|
Vue.js | 2.6.14 |
Symfony | 5.3 |
api platform | 2.6 |
web pack encore | 1.0.0 |
I have a full API and I run it locally like so symfony server:start
and yarn dev-server
however, it seems that by default both run on port 8000. which introduces conflicts when it comes to routing.
If possible, how can I change the port for the encore server?
I attempted to run yarn dev-server --port 8080
but it seems that it still ran on 8000.
Metadata
Metadata
Assignees
Labels
No labels