We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b422c22 commit b5ebb27Copy full SHA for b5ebb27
packages/plugin-cloudflare/src/tunnel.ts
@@ -155,14 +155,21 @@ class TunnelClientInstance implements TunnelClient {
155
156
function whatToTry() {
157
return [
158
- 'Run the command again or',
+ 'You can run the command again, or try networking with Shopify via',
159
+ {
160
+ command: '--use-localhost',
161
+ },
162
+ 'or',
163
164
+ command: '--tunnel-url <custom tunnel>',
165
166
+ '.',
167
{
168
link: {
- label: 'see Shopify CLI documentation',
169
+ label: 'See documentation for details.',
170
url: 'https://shopify.dev/docs/apps/build/cli-for-apps/networking-options',
171
},
172
- 'for more options.',
173
]
174
}
175
0 commit comments