Update ecosystem
Some checks failed
Deploy / deploy (push) Failing after 11s

This commit is contained in:
Leonardo Murça 2025-06-04 20:56:36 -03:00
parent 6a0e331abc
commit c1a9daaf80

View file

@ -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',
},
},