We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0de71 commit 1322e26Copy full SHA for 1322e26
src/index.ts
@@ -26,4 +26,6 @@ createConnection().then(async connection => {
26
// run app
27
app.listen(3000);
28
29
-}).catch(error => console.log("TypeORM connection error: ", error));
+ console.log("Express application is up and running on port 3000");
30
+
31
+}).catch(error => console.log("TypeORM connection error: ", error));
0 commit comments