remove bin

This commit is contained in:
SrGooglo 2023-11-28 18:42:43 +00:00
parent 6817a66978
commit 0e4f678380

View File

@ -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()
})