Files
VTHacks-12/localtunnel.js
2024-09-15 02:45:37 -04:00

7 lines
147 B
JavaScript

import { tunnelmole } from 'tunnelmole';
const url = await tunnelmole({
port: 11434
});
console.log(`Your localtunnel is available at ${url}`);