Allow for specifying the port
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 7
- Forks
- 3
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.