- process.env.silent = true
- import "dotenv-flow/config.js";
- import { CoreCluster } from "./src/core/cluster.js";
- // import fastify from "fastify";
- // import fastifyIO from "fastify-socket.io";
- // const server = fastify();
- // server.register(fastifyIO);
- const ClusterServer = new CoreCluster(process.env.SOCKET_PORT);
|