import { MyDDPServer } from '../example/MyDDPServer'; const myDDPServer = new MyDDPServer(); myDDPServer.start(); setTimeout(() => {}, 10000000);