added script forms

This commit is contained in:
moulichand16
2026-03-27 10:53:20 +05:30
parent d3331e56c0
commit e912b982df
7 changed files with 248 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ async function bootstrap() {
credentials: true,
});
const port = config.get('port');
await app.listen(port);
console.log(`Helix Engage Server running on port ${port}`);