mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
remove bin
This commit is contained in:
parent
6817a66978
commit
0e4f678380
@ -1,12 +0,0 @@
|
|||||||
#!/usr/bin/env EXPERIMENTAL_FASTCALL=1 node
|
|
||||||
const corenode = require("corenode")
|
|
||||||
|
|
||||||
corenode.runInNewRuntime(async () => {
|
|
||||||
const { Server } = require("../server/index.js")
|
|
||||||
|
|
||||||
const instance = new Server({
|
|
||||||
id: process.env.serverID,
|
|
||||||
})
|
|
||||||
|
|
||||||
await instance.initialize()
|
|
||||||
})
|
|
Loading…
x
Reference in New Issue
Block a user