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,