index.js 322 B

123456789101112131415
  1. process.env.silent = true
  2. import "dotenv-flow/config.js";
  3. import { CoreCluster } from "./src/core/cluster.js";
  4. // import fastify from "fastify";
  5. // import fastifyIO from "fastify-socket.io";
  6. // const server = fastify();
  7. // server.register(fastifyIO);
  8. const ClusterServer = new CoreCluster(process.env.SOCKET_PORT);