feat: update Procfile for optimized production start and remove New Relic import from main.ts

This commit is contained in:
2025-10-06 11:30:43 -05:00
parent 62a3e7d1f5
commit 0f06168399
3 changed files with 951 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ import { ensureRemindersSchema } from "./core/api/remindersSchema";
import logger from "./core/lib/logger";
import { applyModalSubmitInteractionPatch } from "./core/patches/discordModalPatch";
import { server } from "./server/server";
import 'newrelic';
// Activar monitor de memoria si se define la variable
const __memInt = parseInt(process.env.MEMORY_LOG_INTERVAL_SECONDS || '0', 10);