Update cluster-server.js

This commit is contained in:
Face 2025-05-30 14:15:49 +03:00
parent c9390a437f
commit 39af58b3ab

View file

@ -1,6 +1,6 @@
import cluster from 'cluster';
import { cpus } from 'os';
import { handler } from './build/handler.js';
import { handler } from './build/server/index.js';
import express from 'express';
const numCPUs = cpus().length;