Skip to content

Commit be3e8d7

Browse files
Updated port to 4000.
1 parent 37af2fa commit be3e8d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)