Update cluster-server.js
This commit is contained in:
parent
c9390a437f
commit
39af58b3ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import cluster from 'cluster';
|
import cluster from 'cluster';
|
||||||
import { cpus } from 'os';
|
import { cpus } from 'os';
|
||||||
import { handler } from './build/handler.js';
|
import { handler } from './build/server/index.js';
|
||||||
import express from 'express';
|
import express from 'express';
|
||||||
|
|
||||||
const numCPUs = cpus().length;
|
const numCPUs = cpus().length;
|
||||||
|
|
|
||||||
Reference in a new issue