Skip to content

Commit 3916c72

Browse files
committed
fix: Fix logfile path
1 parent 6db9651 commit 3916c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ecosystem.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module.exports = {
33
{
44
"name" : "validatejavascript.com",
55
"script" : "packages/backend/index.js",
6-
"error_file": "/var/web/eslint.com/logs/err.log",
7-
"out_file": "/var/web/eslint.com/logs/out.log",
6+
"error_file": "/var/web/eslint.io/logs/err.log",
7+
"out_file": "/var/web/eslint.io/logs/out.log",
88
"env": {
99
"NODE_ENV": "production",
1010
"PORT": "5004"

0 commit comments

Comments
 (0)