mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 16:28:37 +01:00
update consumers
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'QueueBroker',
|
||||
port: '3999',
|
||||
name: 'consumer-database',
|
||||
exec_mode: 'fork',
|
||||
script: './dist/consumer-database/src/index.js',
|
||||
env: {
|
||||
|
||||
@@ -11,14 +11,15 @@
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"name": "litlyx-queue-broker",
|
||||
"name": "consumer-database",
|
||||
"version": "1.0.0",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"dev": "node scripts/start_dev.js",
|
||||
"compile": "tsc",
|
||||
"build": "node ../scripts/build.js",
|
||||
"build_all": "npm run compile && npm run build"
|
||||
"create_db": "cd scripts && ts-node create_database.ts",
|
||||
"build_all": "npm run compile && npm run build && npm run create_db"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Emily",
|
||||
|
||||
Reference in New Issue
Block a user