8e4ac7e c857a91 8e4ac7e c857a91 8e4ac7e
1
2
3
4
5
6
7
8
9
10
11
import { setup, startTunnel } from 'cloudflared-tunnel'; async function main() { await setup(); await startTunnel({ host: 'http://localhost', port: 11434 // Direct tunnel to Ollama's native port }); } main().catch(console.error);