Fix cluster
This commit is contained in:
parent
bfd846e9a4
commit
e030dd866d
|
@ -1,7 +1,7 @@
|
|||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
script: "dist/index.js",
|
||||
script: "index.js",
|
||||
instances: "max",
|
||||
exec_mode: "cluster",
|
||||
},
|
||||
|
|
|
@ -1,20 +1,2 @@
|
|||
node_modules
|
||||
npm-debug.log
|
||||
Dockerfile
|
||||
src
|
||||
.dockerignore
|
||||
.git
|
||||
.gitignore
|
||||
.yarnrc
|
||||
.vscode
|
||||
.idea
|
||||
.env
|
||||
__mocks__
|
||||
yarn-error.log
|
||||
jest.config.ts
|
||||
jest-testcontainers-config.js
|
||||
LICENSE
|
||||
nodemon.json
|
||||
tsconfig.build.json
|
||||
tsconfig.json
|
||||
coverage
|
||||
*
|
||||
!/dist/
|
|
@ -1,7 +1,7 @@
|
|||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
script: "./dist/index.js",
|
||||
script: "./index.cjs",
|
||||
instances: "max",
|
||||
exec_mode: "cluster",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue