Skip to content

Commit b5ebb27

Browse files
committed
Promote localhost and tunnel-url more forcefully
1 parent b422c22 commit b5ebb27

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

packages/plugin-cloudflare/src/tunnel.ts

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,21 @@ class TunnelClientInstance implements TunnelClient {
155155

156156
function whatToTry() {
157157
return [
158-
'Run the command again or',
158+
'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+
'.',
159167
{
160168
link: {
161-
label: 'see Shopify CLI documentation',
169+
label: 'See documentation for details.',
162170
url: 'https://shopify.dev/docs/apps/build/cli-for-apps/networking-options',
163171
},
164172
},
165-
'for more options.',
166173
]
167174
}
168175

0 commit comments

Comments
 (0)