lihaoyi / workbench

Tooling around scala-js
234 stars 56 forks source link

Question regarding to host/port for client notification #45

Closed hung-phan closed 6 years ago

hung-phan commented 6 years ago

Hi there,

I have some questions regarding to setting up workbench with other servers. Previously, workbench can make request /notifications to localhost:12345 by default. However, for now if I server my webpage under any server like play framework it will make request to localhost:9000 which is unexpected. Is there any way, I can make workbench client request localhost:12345 instead.

screen shot 2017-12-20 at 8 33 46 am