From c1a9daaf80d5409a85435d7ae30f46d88f64f9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Wed, 4 Jun 2025 20:56:36 -0300 Subject: [PATCH] Update ecosystem --- ecosystem.config.cjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs index 4a2f3e2..79083e0 100644 --- a/ecosystem.config.cjs +++ b/ecosystem.config.cjs @@ -2,7 +2,7 @@ module.exports = { apps: [ { name: 'embroidery-viewer', - script: '.svelte-kit/output/server/index.js', + script: './build/index.js', time: true, instances: 1, autorestart: true, @@ -10,7 +10,6 @@ module.exports = { watch: false, max_memory_restart: '1G', env: { - PORT: 8001, NODE_ENV: 'production', }, },