From 39af58b3ab2f0a9dde90c02a97fdfe407ae872cb Mon Sep 17 00:00:00 2001 From: Face <69168154+face-hh@users.noreply.github.com> Date: Fri, 30 May 2025 14:15:49 +0300 Subject: [PATCH] Update cluster-server.js --- cluster-server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-server.js b/cluster-server.js index b7d7b65..785d616 100644 --- a/cluster-server.js +++ b/cluster-server.js @@ -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;