You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that options in the config file like eventStream and logStartup are ignored, even if they are not overridden from the command line.
I believe this is because in the command line parser, several options are returned even if they're not actually put on the command line: https://github.com/open-wc/es-dev-server/blob/master/src/command-line-args.ts#L271
The text was updated successfully, but these errors were encountered:
I noticed that options in the config file like eventStream and logStartup are ignored, even if they are not overridden from the command line.
I believe this is because in the command line parser, several options are returned even if they're not actually put on the command line:
https://github.com/open-wc/es-dev-server/blob/master/src/command-line-args.ts#L271
The text was updated successfully, but these errors were encountered: