chore:/update fallback port

This commit is contained in:
Heidi
2026-05-14 15:55:20 +01:00
parent c02a56cafa
commit 0ca2dcdcf2
3 changed files with 40 additions and 26 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = {
cwd: __dirname,
env: {
NODE_ENV: 'production',
PORT: process.env.PORT || 3001,
PORT: process.env.PORT || 3010,
API_UPSTREAM: process.env.API_UPSTREAM || 'http://127.0.0.1:6000',
},
},