🚇 Tunnel Server

Welcome to your local tunnel server! This server allows you to expose your local applications to the internet.

How to use the tunnel client:

1. Start your local app (e.g., on port 3001).

2. Run the client:

npm run tunnel:client -- --port 3001 --host https://tunnel.c9s.dev --subdomain myapp

3. Open:

https://myapp.tunnel.c9s.dev

Need options? Run npm run tunnel:client -- --help.

API Endpoints: