Remove error and output file redirection from ecosystem configuration

This commit is contained in:
Alex Newman
2025-11-04 14:43:12 -05:00
parent c8a206b682
commit 280cb2fe54
-2
View File
@@ -13,8 +13,6 @@ module.exports = {
apps: [{
name: 'claude-mem-worker',
script: './plugin/scripts/worker-service.cjs',
error_file: '/dev/null',
out_file: '/dev/null',
watch: true,
ignore_watch: [
'node_modules',