index.js 278 B

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