From 0550e38bbe64588e0c06dc1aacddb02c88e2893c Mon Sep 17 00:00:00 2001 From: JuruSysadmin Date: Wed, 7 Jan 2026 16:15:15 -0300 Subject: [PATCH] style: Add blank line and remove trailing whitespace in ecosystem config. --- ecosystem.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index f56d6e2..655b7c6 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -6,7 +6,8 @@ module.exports = { env: { NODE_ENV: "production", PORT: 3003, - HOSTNAME: "0.0.0.0" + HOSTNAME: "0.0.0.0" + } }] } \ No newline at end of file