dd10717628
* feat: add hostname option to the dev command - This commit adds a `hostname` option to the cli `dev` command, to allow the cli to point to nextjs applications running on different hostnames other than `localhost`. Example: the nextjs app was started using a --hostname 0.0.0.0 option to be able to be visible from inside docker containers. So adding --hostname 0.0.0.0 to `trigger-cli dev` would make it work. * docs: add dev cli command hostname option documentation * feat: add hostname option to the dev command - This commit adds a `hostname` option to the cli `dev` command, to allow the cli to point to nextjs applications running on different hostnames other than `localhost`. Example: the nextjs app was started using a --hostname 0.0.0.0 option to be able to be visible from inside docker containers. So adding --hostname 0.0.0.0 to `trigger-cli dev` would make it work. * docs: add dev cli command hostname option documentation * Update hip-coins-reply.md --------- Co-authored-by: Eric Allam <eallam@icloud.com>