Runing Dart Dev Server with hostname
I'm working on Angular Dart application (still using legacy Angular 1 and Dart 1 web tools) and whenever I open Webstorm, Dart Dev Server is started automatically with `"C:\Program Files\Dart\dart-sdk\bin\pub.bat" serve web --port=53209`. I'd like to change port and add hostname so that I can serve that website over local network. Is this possible? I know I can stop that server and start my own in terminal but I like the convenience of in-build one.
Please sign in to leave a comment.
Not currently possible, please vote for https://youtrack.jetbrains.com/issue/WEB-28503
A workaround is to start pub serve manually from the embedded Terminal (with the port you want) and set its URL in the JavaScript Debug configuration