Skip to content

Commit 65f7fd6

Browse files
Updated port to 4000.
1 parent 5703c76 commit 65f7fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecosystem.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
name: 'codebuilder-api',
55
script: 'dist/main.js',
66
env: {
7-
PORT: 4001,
7+
PORT: 4000,
88
NODE_ENV: 'production',
99
},
1010
},

0 commit comments

Comments
 (0)