mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
disable auto init
This commit is contained in:
parent
7eae94c7a6
commit
45ef6cced1
@ -77,7 +77,7 @@ class Server {
|
||||
|
||||
serverManifest.write({ lastStart: Date.now() })
|
||||
|
||||
this.initialize()
|
||||
return this
|
||||
}
|
||||
|
||||
initialize = async () => {
|
||||
|
@ -51,6 +51,7 @@ async function _main() {
|
||||
origin: server.HTTPAddress,
|
||||
})
|
||||
|
||||
await server.initialize()
|
||||
await clientBridge.initialize()
|
||||
|
||||
const test = await clientBridge.endpoints.get.test()
|
||||
|
Loading…
x
Reference in New Issue
Block a user