|
@@ -5,7 +5,7 @@
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"start": "node dist/app.js",
|
|
"start": "node dist/app.js",
|
|
|
"dev": "nodemon src/app.ts",
|
|
"dev": "nodemon src/app.ts",
|
|
|
- "build": "tsc",
|
|
|
|
|
|
|
+ "build": "npx tsc",
|
|
|
"start:prod": "pm2 start ecosystem.config.js --env production",
|
|
"start:prod": "pm2 start ecosystem.config.js --env production",
|
|
|
"event-api-service": "nodemon services/event-api-service.ts",
|
|
"event-api-service": "nodemon services/event-api-service.ts",
|
|
|
"log-service": "nodemon services/log-service.ts",
|
|
"log-service": "nodemon services/log-service.ts",
|