Add server

This commit is contained in:
2023-05-25 11:21:37 +08:00
parent 38e970dc7d
commit 614f05fc22
8 changed files with 202 additions and 8 deletions

4
server-run.ts Normal file
View File

@@ -0,0 +1,4 @@
import { load_settings } from "./config.ts";
import { startServer } from "./server.ts";
await startServer(await load_settings("./config.json"));