Hello,
I’m having a problem with using the command “shopify node serve”. I followed the quick start guided: https://shopify.dev/apps/getting-started/create
Unfortunately, my McAfee Antivirus uses port 8081 and will not let me use that port.
I tried changing the port in the server.js file but the ngrok tunnel that is created when executing “shopify node serve” command always uses to use port 8081 for the ngrok tunnel. I also tried setting the port via the .env with no luck.
Is there a way to set the port number to another number when using “shopify node serve” command?
Thank you for your time