From 3fc4265087f289e33bb19446128c807963b13526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Wed, 4 Jun 2025 19:29:55 -0300 Subject: [PATCH] Update ecosystem --- ecosystem.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs index 723625e..bf122a9 100644 --- a/ecosystem.config.cjs +++ b/ecosystem.config.cjs @@ -2,7 +2,7 @@ module.exports = { apps: [ { name: 'embroidery-viewer', - script: './build/index.js', + script: '.svelte-kit/output/server/index.js', time: true, instances: 1, autorestart: true,