Skip to content
Snippets Groups Projects

ci: setup application helms in the monorepo

Merged Zdravko Iliev requested to merge find-dist-location into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -53,7 +53,7 @@ async function bootstrap() {
const port = gatewayConfig.httpPort || 3000;
await app.listen(port, gatewayConfig.host);
Logger.log("test mest");
Logger.log(
`🚀 Application is running on: http://${gatewayConfig.host}:${port}/${globalPrefix}`,
);
Loading