mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Add server
This commit is contained in:
4
server-run.ts
Normal file
4
server-run.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { load_settings } from "./config.ts";
|
||||
import { startServer } from "./server.ts";
|
||||
|
||||
await startServer(await load_settings("./config.json"));
|
||||
Reference in New Issue
Block a user