mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-04-12 02:18:18 +00:00
added script forms
This commit is contained in:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user