This commit is contained in:
2023-05-26 17:01:13 +08:00
parent ee9c54af61
commit b257cd9fb9
10 changed files with 125 additions and 20 deletions

View File

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