disable auto init

This commit is contained in:
srgooglo 2022-02-18 14:31:55 +01:00
parent 7eae94c7a6
commit 45ef6cced1
2 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class Server {
serverManifest.write({ lastStart: Date.now() })
this.initialize()
return this
}
initialize = async () => {

View File

@ -51,6 +51,7 @@ async function _main() {
origin: server.HTTPAddress,
})
await server.initialize()
await clientBridge.initialize()
const test = await clientBridge.endpoints.get.test()