mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
fix bin
This commit is contained in:
parent
9edd3b91b1
commit
53c647aadd
@ -2,9 +2,9 @@
|
|||||||
const corenode = require("corenode")
|
const corenode = require("corenode")
|
||||||
|
|
||||||
corenode.runInNewRuntime(() => {
|
corenode.runInNewRuntime(() => {
|
||||||
const server = require("../server/index.js")
|
const { Server } = require("../server/index.js")
|
||||||
|
|
||||||
const instance = new server({
|
const instance = new Server({
|
||||||
id: process.env.serverID,
|
id: process.env.serverID,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user