Get started with Tunnel in your development environment
npm install @tunnel/cli
"scripts": { "dev": "tunnel 5173 -- vite dev --port PORT" }
"scripts": { "dev": "tunnel 3000 -- next dev --port 3000" }
npm install -g @tunnel/cli
tunnel share .