import {app} from './app.ts'; import './ip' // app.listen(8080); app.call({ path: 'ip', key: 'v6' }).then(res => { console.log('IPv4 Address:', res); }) export { app };