make redis optional

This commit is contained in:
lucas-neynar
2025-03-14 18:00:39 -07:00
parent c9deb0512c
commit 6f105d37c7
3 changed files with 29 additions and 12 deletions

4
dev.js
View File

@@ -21,10 +21,10 @@ async function startDev() {
💻 To test on desktop:
1. Open the localtunnel URL in your browser: ${tunnel.url}
2. Enter your IP address in the password field${ip ? `: ${ip}` : ''}
3. Click "Click to Submit" -- your frame should now load
3. Click "Click to Submit" -- your frame should now load in the browser
4. Navigate to the Warpcast Frame Developer Tools: https://warpcast.com/~/developers/frames
5. Enter your frame URL: ${tunnel.url}
6. Click "Preview" to launch your frame within Warpcast
6. Click "Preview" to launch your frame within Warpcast (note that it may take ~10 seconds to load)
❗️ You will not be able to load your frame in Warpcast until ❗️