refactoring

This commit is contained in:
Emily
2025-01-25 15:31:37 +01:00
parent e4bdf7e4c3
commit 3960eaa8ad
11 changed files with 833 additions and 2221 deletions

View File

@@ -1,18 +0,0 @@
module.exports = {
apps: [
{
name: 'producer',
port: '3000',
exec_mode: 'cluster',
instances: '1',
script: './dist/broker/src/index.js',
env: {
PORT: "",
REDIS_URL: "",
REDIS_USERNAME: "",
REDIS_PASSWORD: "",
STREAM_NAME: ""
}
}
]
}

997
producer/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "NodeNext",
"target": "ESNext",
"esModuleInterop": true,
"outDir": "dist"
},
"include": [