4 lines
103 B
TypeScript
Raw Normal View History

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