mirror of
https://github.com/fluencelabs/examples
synced 2025-04-26 11:12:15 +00:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
import { runServer, waitForKeypressAndStop } from './main';
|
|
|
|
runServer().then(waitForKeypressAndStop);
|