From 698b697d3b7a8488a4903837fac1ef8a08bbb2d0 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 3 Jan 2025 16:20:01 +0000 Subject: [PATCH] chore: version 17.3.2 --- ponyracer/package.json | 6 +++--- ponyracer/server.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 2ca56f7..5ea8526 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,15 +20,15 @@ "@angular/platform-browser-dynamic": "^17.3.0", "@angular/platform-server": "^17.3.0", "@angular/router": "^17.3.0", - "@angular/ssr": "^17.3.1", + "@angular/ssr": "^17.3.2", "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.1", - "@angular/cli": "^17.3.1", + "@angular-devkit/build-angular": "^17.3.2", + "@angular/cli": "^17.3.2", "@angular/compiler-cli": "^17.3.0", "@types/express": "^4.17.17", "@types/jasmine": "~5.1.0", diff --git a/ponyracer/server.ts b/ponyracer/server.ts index 7083b14..721d0d4 100644 --- a/ponyracer/server.ts +++ b/ponyracer/server.ts @@ -44,7 +44,7 @@ export function app(): express.Express { } function run(): void { - const port = process.env['PORT'] || 4000; + const port = process.env['SSR_PORT'] || 4000; // Start up the Node server const server = app();