Skip to content

Commit 1db1dad

Browse files
rahulrkr08bajtos
authored andcommitted
fix: remove multiple application start calls
1 parent c2f8cdd commit 1db1dad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/rpc-server/src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@ export async function main(options: ApplicationConfig = {}) {
1313
console.log(`Server is running on port ${app.options.port}`);
1414
return app;
1515
}
16-
17-
main().catch(err => {
18-
console.error('Unhandled exception!');
19-
});

0 commit comments

Comments
 (0)