@tndhuy/create-app 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tndhuy/create-app",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "create-app": "dist/cli.js"
@@ -103,9 +103,6 @@ async function bootstrap() {
103
103
  });
104
104
  }, 15000);
105
105
  });
106
-
107
- const logger = app.get(Logger);
108
- logger.log(`Application running on http://localhost:${port}`);
109
106
  }
110
107
 
111
108
  void bootstrap();
@@ -103,9 +103,6 @@ async function bootstrap() {
103
103
  });
104
104
  }, 15000);
105
105
  });
106
-
107
- const logger = app.get(Logger);
108
- logger.log(`Application running on http://localhost:${port}`);
109
106
  }
110
107
 
111
108
  void bootstrap();