From 01aa7c1098d6b25289d3fbe71b976c695ac3f558 Mon Sep 17 00:00:00 2001 From: lucas-neynar Date: Fri, 14 Mar 2025 13:50:52 -0700 Subject: [PATCH] add start message to dev.js --- dev.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dev.js b/dev.js index 15613a0..0c479df 100644 --- a/dev.js +++ b/dev.js @@ -8,7 +8,15 @@ let isCleaningUp = false; async function startDev() { // Start localtunnel and get URL tunnel = await localtunnel({ port: 3000 }); - console.log(`\n🌐 Local tunnel URL: ${tunnel.url}`); + console.log(` +🌐 Local tunnel URL: ${tunnel.url} + +šŸ“± To test in Warpcast mobile app: + 1. Open Warpcast on your phone + 2. Go to Settings > Developer > Frames + 4. Enter this URL: ${tunnel.url} + 5. Click "Launch" +`); // Start next dev with the tunnel URL as relevant environment variables nextDev = spawn('next', ['dev'], {