Files
eh-downloader/server-run.ts
2023-05-26 17:01:13 +08:00

4 lines
80 B
TypeScript

import { startServer } from "./server.ts";
await startServer("./config.json");