diff --git a/code/utils/deploy-pokedex.js b/code/utils/deploy-pokedex.js index 97c4934..8e28185 100644 --- a/code/utils/deploy-pokedex.js +++ b/code/utils/deploy-pokedex.js @@ -214,10 +214,11 @@ async function deploy() { console.log( `šŸ“” Target: ${config.target} (${sshConfig.host}:${sshConfig.port})` ); - console.log(`šŸ”Œ HTTP Port: ${config.port}`); + console.log(`šŸ”Œ Frontend Port: ${config.port}`); if (config.sslPort) { console.log(`šŸ”’ HTTPS Port: ${config.sslPort}`); } + console.log(`šŸ”Œ Backend Port: ${config.backendPort}`); // Connect to Synology console.log('\nšŸ” Connecting to Synology...');