1 2 3 4
import { Server } from "./Server"; const server = new Server(); server.start().catch(console.error);