## Task When the configured base URL uses `http://` with a non-localhost host, print a warning: 'Warning: using insecure HTTP connection to a remote host.' ## Files ``` packages/cli/src/config/validate.ts packages/cli/src/client/api.ts ```
Task
When the configured base URL uses
http://with a non-localhost host, print a warning: 'Warning: using insecure HTTP connection to a remote host.'Files