test ngrok

This commit is contained in:
lucas-neynar
2025-03-14 12:55:44 -07:00
parent b45798015f
commit 37101b5f13
3 changed files with 10010 additions and 10 deletions

1
dev.js
View File

@@ -10,6 +10,7 @@ async function startDev() {
// Start ngrok and get URL
tunnel = await ngrok.connect({
addr: 3000,
proto: 'http'
});
console.log(`\n🌐 Ngrok tunnel URL: ${tunnel}`);