Allow for specifying the port
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 7
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.