import { startClient, stopClient } from './api'; startClient({ port: 3001, }); setTimeout(() => { stopClient(); }, 5000);