Allow for specifying the port
Aperta
- Lingua principale
- TypeScript
- Stelle
- 7
- Fork
- 3
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Currently `dev-harness` only runs on port `8080` and can't be changed. This is annoying when trying to develop two plugins side-by-side, or if port `8080` is already used by something else.
Webpack already allows specifying the port (e.g. `npm start -- --port 1234`), but `8080` is hardcoded into the Adapter.
```jsx
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.