4 lines
103 B
TypeScript

import { runServer, waitForKeypressAndStop } from './main';
runServer().then(waitForKeypressAndStop);