This commit is contained in:
KS Jannette
2026-02-12 05:41:45 -05:00
parent c1e11e29d0
commit 0c7d43bb2f
4 changed files with 20 additions and 9 deletions

View File

@@ -4,5 +4,5 @@ import config from './config/index.js';
const PORT = config.port || 3001;
app.listen(PORT, () => {
console.log(`Envision backend running on port ${PORT}`);
console.log(`Backend running on port ${PORT}`);
});