cla66ic/index.ts
yourfriend b8ca8c13d1
fart
2022-06-02 01:30:34 +03:00

7 lines
146 B
TypeScript

import { config } from "./deps.ts";
import { Server } from "./classes/Server.ts";
const server = new Server();
await server.start(config.port);